Class ExtractGroup.ExtractGroupJoin
java.lang.Object
org.apache.sysds.runtime.instructions.spark.functions.ExtractGroup
org.apache.sysds.runtime.instructions.spark.functions.ExtractGroup.ExtractGroupJoin
- All Implemented Interfaces:
Serializable,org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,scala.Tuple2<MatrixBlock, MatrixBlock>>, MatrixIndexes, WeightedCell>
- Enclosing class:
- ExtractGroup
public static class ExtractGroup.ExtractGroupJoin
extends ExtractGroup
implements org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,scala.Tuple2<MatrixBlock,MatrixBlock>>,MatrixIndexes,WeightedCell>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroup
ExtractGroup.ExtractGroupBroadcast, ExtractGroup.ExtractGroupJoin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterator<scala.Tuple2<MatrixIndexes,WeightedCell>> call(scala.Tuple2<MatrixIndexes, scala.Tuple2<MatrixBlock, MatrixBlock>> arg)
-
Constructor Details
-
ExtractGroupJoin
-
-
Method Details
-
call
public Iterator<scala.Tuple2<MatrixIndexes,WeightedCell>> call(scala.Tuple2<MatrixIndexes, scala.Tuple2<MatrixBlock, throws ExceptionMatrixBlock>> arg) - Specified by:
callin interfaceorg.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,scala.Tuple2<MatrixBlock, MatrixBlock>>, MatrixIndexes, WeightedCell> - Throws:
Exception
-