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