Interface PushProjectIntoTableSourceScanRule.Config
- All Superinterfaces:
org.apache.calcite.plan.RelRule.Config
- All Known Implementing Classes:
ImmutablePushProjectIntoTableSourceScanRule.Config
- Enclosing class:
- PushProjectIntoTableSourceScanRule
@Immutable(singleton=false)
public static interface PushProjectIntoTableSourceScanRule.Config
extends org.apache.calcite.plan.RelRule.Config
Configuration for
PushProjectIntoTableSourceScanRule.-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
DEFAULT
-
-
Method Details
-
toRule
default org.apache.calcite.plan.RelOptRule toRule()- Specified by:
toRulein interfaceorg.apache.calcite.plan.RelRule.Config
-
onProjectedScan
-