Class FilterCorrelateRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class FilterCorrelateRule extends RelRule<FilterCorrelateRule.Config> implements TransformationRule
Planner rule that pushes a Filter above a Correlate into the inputs of the Correlate.
See Also: