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