Uses of Enum Class
org.apache.sysds.hops.AggBinaryOp.SparkAggType
Packages that use AggBinaryOp.SparkAggType
Package
Description
-
Uses of AggBinaryOp.SparkAggType in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return AggBinaryOp.SparkAggTypeModifier and TypeMethodDescriptionstatic AggBinaryOp.SparkAggTypeReturns the enum constant of this class with the specified name.static AggBinaryOp.SparkAggType[]AggBinaryOp.SparkAggType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AggBinaryOp.SparkAggType in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return AggBinaryOp.SparkAggTypeModifier and TypeMethodDescriptionLop.getAggType()Method to get aggregate type if applicable.MapMult.getAggType()MMCJ.getAggType()PartialAggregate.getAggType()RightIndex.getAggType()Constructors in org.apache.sysds.lops with parameters of type AggBinaryOp.SparkAggTypeModifierConstructorDescriptionMapMult(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, boolean rightCache, boolean partitioned, boolean emptyBlocks, AggBinaryOp.SparkAggType aggtype) Constructor to setup a partial Matrix-Vector Multiplication for SparkMMCJ(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, boolean outputEmptyBlocks, AggBinaryOp.SparkAggType aggtype, Types.ExecType et) PartialAggregate(Lop input, Types.AggOp op, Types.Direction direct, Types.DataType dt, Types.ValueType vt, AggBinaryOp.SparkAggType aggtype, Types.ExecType et) RightIndex(Lop input, Lop rowL, Lop rowU, Lop colL, Lop colU, Types.DataType dt, Types.ValueType vt, AggBinaryOp.SparkAggType aggtype, Types.ExecType et) -
Uses of AggBinaryOp.SparkAggType in org.apache.sysds.runtime.instructions.spark
Methods in org.apache.sysds.runtime.instructions.spark that return AggBinaryOp.SparkAggTypeModifier and TypeMethodDescriptionAggregateUnarySketchSPInstruction.getAggType()AggregateUnarySPInstruction.getAggType()CpmmSPInstruction.getAggType()MapmmSPInstruction.getAggType()