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