Class MarkToSemiOrAntiJoinRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class MarkToSemiOrAntiJoinRule extends RelRule<MarkToSemiOrAntiJoinRule.Config> implements TransformationRule
Rule to simplify a mark join to semi join or anti join. This rule is applies by default after general decorrelation.
See Also: