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:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.sysds.runtime.instructions.spark.functions.ExtractGroupExtractGroup.ExtractGroupBroadcast, ExtractGroup.ExtractGroupJoin
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExtractGroupJoin(long blen, long ngroups, Operator op)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<scala.Tuple2<MatrixIndexes,WeightedCell>>call(scala.Tuple2<MatrixIndexes,scala.Tuple2<MatrixBlock,MatrixBlock>> arg)
 
- 
- 
- 
Constructor Detail- 
ExtractGroupJoinpublic ExtractGroupJoin(long blen, long ngroups, Operator op)
 
- 
 - 
Method Detail- 
callpublic Iterator<scala.Tuple2<MatrixIndexes,WeightedCell>> call(scala.Tuple2<MatrixIndexes,scala.Tuple2<MatrixBlock,MatrixBlock>> arg) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,scala.Tuple2<MatrixBlock,MatrixBlock>>,MatrixIndexes,WeightedCell>
- Throws:
- Exception
 
 
- 
 
-