Class RemoveRedundantTypeFilterRule


  • @API(EXPERIMENTAL)
    public class RemoveRedundantTypeFilterRule
    extends PlannerRule<LogicalTypeFilterExpression>
    A rule that eliminates logical type filters that are completely redundant; that is, when the child of the logical type filter is guaranteed to return records of types included in the filter.