Uses of Class
org.apache.sysds.runtime.functionobjects.IndexFunction
Packages that use IndexFunction
Package
Description
-
Uses of IndexFunction in org.apache.sysds.runtime.functionobjects
Subclasses of IndexFunction in org.apache.sysds.runtime.functionobjectsModifier and TypeClassDescriptionclassclassclassReduce both columns and rows into a single cellclassReduce the columns into fewer columns, normally 1classclassReduce all rows into a single row.classclassThis index function is NOT used for actual sorting but just as a reference in ReorgOperator in order to identify sort operations.classThis index function is NOT used for actual sorting but just as a reference in ReorgOperator in order to identify sort operations.class -
Uses of IndexFunction in org.apache.sysds.runtime.matrix.operators
Fields in org.apache.sysds.runtime.matrix.operators declared as IndexFunctionModifier and TypeFieldDescriptionfinal IndexFunctionReorgOperator.fnfinal IndexFunctionAggregateTernaryOperator.indexFnfinal IndexFunctionAggregateUnaryOperator.indexFnMethods in org.apache.sysds.runtime.matrix.operators with parameters of type IndexFunctionConstructors in org.apache.sysds.runtime.matrix.operators with parameters of type IndexFunctionModifierConstructorDescriptionAggregateTernaryOperator(ValueFunction inner, AggregateOperator outer, IndexFunction ixfun) AggregateTernaryOperator(ValueFunction inner, AggregateOperator outer, IndexFunction ixfun, int numThreads) AggregateUnaryOperator(AggregateOperator aop, IndexFunction iop, int numThreads) CountDistinctOperator(AggregateUnaryCPInstruction.AUType opType, Types.Direction direction, IndexFunction indexFunction) CountDistinctOperator(CountDistinctOperatorTypes operatorType, Types.Direction direction, IndexFunction indexFunction, Hash.HashType hashType) ReorgOperator(IndexFunction p, int numThreads) UnarySketchOperator(AggregateOperator aop, IndexFunction indexFunction, Types.Direction direction) UnarySketchOperator(AggregateOperator aop, IndexFunction indexFunction, Types.Direction direction, int numThreads)