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