Package org.apache.wayang.basic.mapping
-
Class Summary Class Description GlobalReduceMapping This mapping detects combinations of theGroupByOperator
andReduceOperator
and merges them into a singleReduceByOperator
.Mappings Register for the components provided in the basic plugin.MaterializedGroupByMapping This mapping translates theGroupByOperator
into theMaterializedGroupByOperator
.PageRankMapping PageRankMapping.RankInitializer Creates intial page ranks.ReduceByMapping This mapping detects combinations of theGroupByOperator
andReduceOperator
and merges them into a singleReduceByOperator
.RepeatMapping