Class AppendGAlignedSPInstruction.ShiftColumnIndex
- java.lang.Object
-
- org.apache.sysds.runtime.instructions.spark.AppendGAlignedSPInstruction.ShiftColumnIndex
-
- All Implemented Interfaces:
Serializable
,org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
- Enclosing class:
- AppendGAlignedSPInstruction
public static class AppendGAlignedSPInstruction.ShiftColumnIndex extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShiftColumnIndex(long shiftBy, boolean cbind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<MatrixIndexes,MatrixBlock>
call(scala.Tuple2<MatrixIndexes,MatrixBlock> kv)
-
-
-
Method Detail
-
call
public scala.Tuple2<MatrixIndexes,MatrixBlock> call(scala.Tuple2<MatrixIndexes,MatrixBlock> kv) throws Exception
- Specified by:
call
in interfaceorg.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixBlock>,MatrixIndexes,MatrixBlock>
- Throws:
Exception
-
-