Package org.apache.wayang.core.mapping
package org.apache.wayang.core.mapping
-
ClassDescriptionA mapping issues a set of
PlanTransformations that make up the complete mapping.An operator match correlates anOperatorPatternto an actually matchedOperator.OperatorPattern<T extends Operator>An operator pattern matches to a class of operator instances.This factory takes anSubplanMatchand derives a replacementSubplanfrom it.ReplacementSubplanFactory.OfSingleOperators<MatchedOperator extends Operator>Implementation of theReplacementSubplanFactorythat replaces exactly oneOperatorwith exactly oneOperator, where both have the exact sameInputSlots andOutputSlotin the exact same order.A subplan match correlates aSubplanPatternwith its actually matched .A subplan pattern describes a class of subplans in aWayangPlan.