Package org.apache.wayang.basic.mapping
Class ReduceByMapping
java.lang.Object
org.apache.wayang.basic.mapping.ReduceByMapping
- All Implemented Interfaces:
Mapping
This mapping detects combinations of the
GroupByOperator and ReduceOperator and merges them into
a single ReduceByOperator.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReduceByMapping
public ReduceByMapping()
-
-
Method Details
-
getTransformations
- Specified by:
getTransformationsin interfaceMapping- Returns:
- the transformations that make up this mapping
-