| Package | Description |
|---|---|
| org.apache.calcite.sql.validate |
SQL validation.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Method and Description |
|---|---|
static AggregatingSelectScope |
SqlValidatorUtil.getEnclosingAggregateSelectScope(SqlValidatorScope scope) |
| Modifier and Type | Method and Description |
|---|---|
private void |
SqlValidatorImpl.validateGroupingSets(SqlValidatorScope groupScope,
AggregatingSelectScope aggregatingScope,
SqlCall groupItem) |
private void |
SqlValidatorImpl.validateGroupItem(SqlValidatorScope groupScope,
AggregatingSelectScope aggregatingScope,
SqlNode groupItem) |
| Modifier and Type | Field and Description |
|---|---|
AggregatingSelectScope |
SqlToRelConverter.AggConverter.aggregatingSelectScope |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.