| Package | Description |
|---|---|
| org.apache.calcite.sql.validate |
SQL validation.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlWith |
WithNamespace.with |
| Modifier and Type | Method and Description |
|---|---|
private void |
SqlValidatorImpl.registerWith(SqlValidatorScope parentScope,
SqlValidatorScope usingScope,
SqlWith with,
SqlNode enclosingNode,
String alias,
boolean forceNullable,
boolean checkUpdate) |
void |
SqlValidator.validateWith(SqlWith with,
SqlValidatorScope scope) |
void |
SqlValidatorImpl.validateWith(SqlWith with,
SqlValidatorScope scope) |
| Constructor and Description |
|---|
WithNamespace(SqlValidatorImpl validator,
SqlWith with,
SqlNode enclosingNode)
Creates a TableConstructorNamespace.
|
| Modifier and Type | Method and Description |
|---|---|
RelRoot |
SqlToRelConverter.convertWith(SqlWith with,
boolean top)
Converts a WITH sub-query into a relational expression.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.