Package org.apache.calcite.rel.rules
Interface ProjectTableScanRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
ProjectTableScanRule
Rule configuration.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ProjectTableScanRule.Config
Config that matches Project on TableScan.static final ProjectTableScanRule.Config
Config that matches Project on EnumerableInterpreter on TableScan. -
Method Summary
Modifier and TypeMethodDescriptiondefault ProjectTableScanRule
toRule()
Creates a rule that uses this configuration.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
DEFAULT
Config that matches Project on TableScan. -
INTERPRETER
Config that matches Project on EnumerableInterpreter on TableScan.
-
-
Method Details
-
toRule
Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceRelRule.Config
-