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