Uses of Enum Class
org.apache.sysds.runtime.codegen.SpoofCellwise.AggOp
Packages that use SpoofCellwise.AggOp
Package
Description
-
Uses of SpoofCellwise.AggOp in org.apache.sysds.hops.codegen.cplan
Methods in org.apache.sysds.hops.codegen.cplan that return SpoofCellwise.AggOp -
Uses of SpoofCellwise.AggOp in org.apache.sysds.runtime.codegen
Methods in org.apache.sysds.runtime.codegen that return SpoofCellwise.AggOpModifier and TypeMethodDescriptionSpoofCellwise.getAggOp()SpoofMultiAggregate.getAggOps()static SpoofCellwise.AggOpReturns the enum constant of this class with the specified name.static SpoofCellwise.AggOp[]SpoofCellwise.AggOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.codegen with parameters of type SpoofCellwise.AggOpModifier and TypeMethodDescriptionstatic voidSpoofMultiAggregate.aggregatePartialResults(SpoofCellwise.AggOp[] aggOps, MatrixBlock c, MatrixBlock b) static ValueFunction[]SpoofMultiAggregate.getAggFunctions(SpoofCellwise.AggOp[] aggOps) static doubleSpoofMultiAggregate.getInitialValue(SpoofCellwise.AggOp aggop) Constructors in org.apache.sysds.runtime.codegen with parameters of type SpoofCellwise.AggOpModifierConstructorDescriptionSpoofCellwise(SpoofCellwise.CellType type, boolean sparseSafe, boolean containsSeq, SpoofCellwise.AggOp aggOp) SpoofCUDACellwise(SpoofCellwise.CellType type, boolean sparseSafe, boolean containsSeq, SpoofCellwise.AggOp aggOp, int id, SpoofCUDAOperator.PrecisionProxy ep, SpoofCellwise fallback) SpoofMultiAggregate(boolean sparseSafe, SpoofCellwise.AggOp... aggOps) -
Uses of SpoofCellwise.AggOp in org.apache.sysds.runtime.instructions.spark
Methods in org.apache.sysds.runtime.instructions.spark with parameters of type SpoofCellwise.AggOpModifier and TypeMethodDescriptionstatic AggregateOperatorSpoofSPInstruction.getAggregateOperator(SpoofCellwise.AggOp aggop)