Class FilterTableScanRule

    • Field Detail

      • PREDICATE

        @Deprecated
        public static final com.google.common.base.Predicate<TableScan> PREDICATE
        Deprecated.
      • INSTANCE

        public static final FilterTableScanRule INSTANCE
        Rule that matches Filter on TableScan.
      • INTERPRETER

        public static final FilterTableScanRule INTERPRETER
        Rule that matches Filter on EnumerableInterpreter on TableScan.
    • Constructor Detail

      • FilterTableScanRule

        @Deprecated
        protected FilterTableScanRule​(RelOptRuleOperand operand,
                                      java.lang.String description)
        Deprecated.
      • FilterTableScanRule

        protected FilterTableScanRule​(RelOptRuleOperand operand,
                                      RelBuilderFactory relBuilderFactory,
                                      java.lang.String description)
        Creates a FilterTableScanRule.