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 Summary
Constructors Constructor Description PerformGroupByAggInReducer(Operator op)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WeightedCell
call(Iterable<WeightedCell> kv)
-
-
-
Constructor Detail
-
PerformGroupByAggInReducer
public PerformGroupByAggInReducer(Operator op)
-
-
Method Detail
-
call
public WeightedCell call(Iterable<WeightedCell> kv) throws Exception
- Specified by:
call
in interfaceorg.apache.spark.api.java.function.Function<Iterable<WeightedCell>,WeightedCell>
- Throws:
Exception
-
-