| Package | Description |
|---|---|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Field and Description |
|---|---|
static AggregateUnionAggregateRule |
AggregateUnionAggregateRule.AGG_ON_FIRST_INPUT
Instance that matches an
Aggregate as the left input of
Union. |
static AggregateUnionAggregateRule |
AggregateUnionAggregateRule.AGG_ON_SECOND_INPUT
Instance that matches an
Aggregate as the right input of
Union. |
static AggregateUnionAggregateRule |
AggregateUnionAggregateRule.INSTANCE
Instance that matches an
Aggregate as either input of
Union. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.