Class FilterRemoveIsNotDistinctFromRule

All Implemented Interfaces:
TransformationRule

@Enclosing public final class FilterRemoveIsNotDistinctFromRule extends RelRule<FilterRemoveIsNotDistinctFromRule.Config> implements TransformationRule
Planner rule that replaces IS NOT DISTINCT FROM in a Filter with logically equivalent operations.
See Also: