Class CopyBinaryCellFunction
java.lang.Object
org.apache.sysds.runtime.instructions.spark.functions.CopyBinaryCellFunction
- All Implemented Interfaces:
Serializable,org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixCell>, MatrixIndexes, MatrixCell>
public class CopyBinaryCellFunction
extends Object
implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixCell>,MatrixIndexes,MatrixCell>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.Tuple2<MatrixIndexes,MatrixCell> call(scala.Tuple2<MatrixIndexes, MatrixCell> arg0)
-
Constructor Details
-
CopyBinaryCellFunction
public CopyBinaryCellFunction()
-
-
Method Details
-
call
public scala.Tuple2<MatrixIndexes,MatrixCell> call(scala.Tuple2<MatrixIndexes, MatrixCell> arg0) throws Exception- Specified by:
callin interfaceorg.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixCell>, MatrixIndexes, MatrixCell> - Throws:
Exception
-