Package org.apache.calcite.adapter.arrow
Interface ArrowRules.ArrowFilterRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
ArrowRules.ArrowFilterRule
Rule configuration.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault ArrowRules.ArrowFilterRule
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
-
-
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
-