Class IntersectToExistsRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class IntersectToExistsRule extends RelRule<IntersectToExistsRule.Config> implements TransformationRule
Planner rule that translates a Intersect (all = false) into a RelOptUtil.Exists.
See Also: