| Package | Description |
|---|---|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlWithItem |
WithScope.withItem |
private SqlWithItem |
WithItemNamespace.withItem |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlValidator.validateWithItem(SqlWithItem withItem) |
void |
SqlValidatorImpl.validateWithItem(SqlWithItem withItem) |
| Constructor and Description |
|---|
WithItemNamespace(SqlValidatorImpl validator,
SqlWithItem withItem,
SqlNode enclosingNode) |
WithScope(SqlValidatorScope parent,
SqlWithItem withItem)
Creates a WithScope.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.