Class CopyMatrixBlockPairFunction

java.lang.Object
org.apache.sysds.runtime.instructions.spark.functions.CopyMatrixBlockPairFunction
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.PairFlatMapFunction<Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>>,MatrixIndexes,MatrixBlock>

public class CopyMatrixBlockPairFunction extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>>,MatrixIndexes,MatrixBlock>
General purpose copy function for binary block rdds. This function can be used in mapToPair (copy matrix indexes and blocks). It supports both deep and shallow copies of key/value pairs.
See Also: