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