Package org.apache.calcite.piglet
Interface PigToSqlAggregateRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
PigToSqlAggregateRule
@Immutable(singleton=false)
public static interface PigToSqlAggregateRule.Config
extends RelRule.Config
Rule configuration.
-
Method Summary
Modifier and TypeMethodDescriptiondefault PigToSqlAggregateRule
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
-
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
-