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