Class PerformGroupByAggInReducer
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.functions.PerformGroupByAggInReducer
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.Function<Iterable<WeightedCell>,WeightedCell>
 
 public class PerformGroupByAggInReducer extends Object implements org.apache.spark.api.java.function.Function<Iterable<WeightedCell>,WeightedCell> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PerformGroupByAggInReducer(Operator op)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WeightedCellcall(Iterable<WeightedCell> kv)
 
- 
- 
- 
Constructor Detail- 
PerformGroupByAggInReducerpublic PerformGroupByAggInReducer(Operator op) 
 
- 
 - 
Method Detail- 
callpublic WeightedCell call(Iterable<WeightedCell> kv) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.Function<Iterable<WeightedCell>,WeightedCell>
- Throws:
- Exception
 
 
- 
 
-