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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapJoinSignature2
public MapJoinSignature2()
-
-
Method Details
-
call
- Specified by:
callin interfaceorg.apache.spark.api.java.function.Function<scala.Tuple2<MatrixBlock,MatrixBlock>, MatrixBlock[]> - Throws:
Exception
-