Class RollIndex
java.lang.Object
org.apache.sysds.runtime.functionobjects.FunctionObject
org.apache.sysds.runtime.functionobjects.IndexFunction
org.apache.sysds.runtime.functionobjects.RollIndex
- All Implemented Interfaces:
Serializable
This index function is NOT used for actual sorting but just as a reference
in ReorgOperator in order to identify sort operations.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancomputeDimension(int row, int col, MatrixValue.CellIndex retDim) booleanvoidexecute(MatrixIndexes in, MatrixIndexes out) voidintgetShift()Methods inherited from class org.apache.sysds.runtime.functionobjects.IndexFunction
toString
-
Constructor Details
-
RollIndex
public RollIndex(int shift)
-
-
Method Details
-
getShift
public int getShift() -
computeDimension
- Specified by:
computeDimensionin classIndexFunction
-
computeDimension
- Specified by:
computeDimensionin classIndexFunction
-
execute
- Specified by:
executein classIndexFunction
-
execute
- Specified by:
executein classIndexFunction
-