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