Package org.apache.wayang.basic.mapping
Class GlobalReduceMapping
java.lang.Object
org.apache.wayang.basic.mapping.GlobalReduceMapping
- 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
-
GlobalReduceMapping
public GlobalReduceMapping()
-
-
Method Details
-
getTransformations
- Specified by:
getTransformations
in interfaceMapping
- Returns:
- the transformations that make up this mapping
-