@Value.Immutable public static interface AggregateProjectPullUpConstantsRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static AggregateProjectPullUpConstantsRule.Config |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default RelRule.OperandTransform |
operandSupplier()
Creates the operands for the rule instance.
|
default AggregateProjectPullUpConstantsRule |
toRule()
Creates a rule that uses this configuration.
|
default AggregateProjectPullUpConstantsRule.Config |
withOperandFor(Class<? extends Aggregate> aggregateClass,
Class<? extends RelNode> inputClass)
Defines an operand tree for the given classes.
|
as, description, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final AggregateProjectPullUpConstantsRule.Config DEFAULT
default AggregateProjectPullUpConstantsRule toRule()
RelRule.ConfigtoRule in interface RelRule.Config@Value.Default default RelRule.OperandTransform operandSupplier()
RelRule.ConfigoperandSupplier in interface RelRule.Configdefault AggregateProjectPullUpConstantsRule.Config withOperandFor(Class<? extends Aggregate> aggregateClass, Class<? extends RelNode> inputClass)
aggregateClass - Aggregate classinputClass - Input class, such as LogicalProjectCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.