Class ProjectTableScanRule

    • Field Detail

      • PREDICATE

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

        public static final ProjectTableScanRule INSTANCE
        Rule that matches Project on TableScan.
      • INTERPRETER

        public static final ProjectTableScanRule INTERPRETER
        Rule that matches Project on EnumerableInterpreter on TableScan.
    • Constructor Detail

      • ProjectTableScanRule

        public ProjectTableScanRule​(RelOptRuleOperand operand,
                                    RelBuilderFactory relBuilderFactory,
                                    java.lang.String description)
        Creates a ProjectTableScanRule.