Package org.apache.calcite.rel.rules
Interface JoinDeriveIsNotNullFilterRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
JoinDeriveIsNotNullFilterRule
Rule configuration.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.apache.calcite.rel.rules.ImmutableJoinDeriveIsNotNullFilterRule.Config
-
Method Summary
Modifier and TypeMethodDescriptiondefault JoinDeriveIsNotNullFilterRule
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
static final org.apache.calcite.rel.rules.ImmutableJoinDeriveIsNotNullFilterRule.Config 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
-