Interface CassandraRules.CassandraSortRule.CassandraSortRuleConfig
- All Superinterfaces:
RelRule.Config
- All Known Subinterfaces:
CassandraRules.CassandraSortRule.Config
- Enclosing class:
CassandraRules.CassandraSortRule
@Immutable
public static interface CassandraRules.CassandraSortRule.CassandraSortRuleConfig
extends RelRule.Config
Rule configuration.
-
Field Summary
Modifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptiondefault CassandraRules.CassandraSortRule
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
-