Class CtableSPInstruction.MapJoinSignature2
- java.lang.Object
-
- org.apache.sysds.runtime.instructions.spark.CtableSPInstruction.MapJoinSignature2
-
- All Implemented Interfaces:
Serializable
,org.apache.spark.api.java.function.Function<scala.Tuple2<MatrixBlock,MatrixBlock>,MatrixBlock[]>
- Enclosing class:
- CtableSPInstruction
public static class CtableSPInstruction.MapJoinSignature2 extends Object implements org.apache.spark.api.java.function.Function<scala.Tuple2<MatrixBlock,MatrixBlock>,MatrixBlock[]>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapJoinSignature2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixBlock[]
call(scala.Tuple2<MatrixBlock,MatrixBlock> v1)
-
-
-
Method Detail
-
call
public MatrixBlock[] call(scala.Tuple2<MatrixBlock,MatrixBlock> v1) throws Exception
- Specified by:
call
in interfaceorg.apache.spark.api.java.function.Function<scala.Tuple2<MatrixBlock,MatrixBlock>,MatrixBlock[]>
- Throws:
Exception
-
-