| Package | Description |
|---|---|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
SqlValidatorImpl.Expander
Converts an expression into canonical form by fully-qualifying any
identifiers.
|
(package private) static class |
SqlValidatorImpl.ExtendedExpander
Shuttle which walks over an expression in the GROUP BY/HAVING clause, replacing
usages of aliases or ordinals with the underlying expression.
|
(package private) class |
SqlValidatorImpl.OrderExpressionExpander
Shuttle which walks over an expression in the ORDER BY clause, replacing
usages of aliases with the underlying expression.
|
static class |
SqlValidatorUtil.DeepCopier
Deprecated.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.