| 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 |
|---|---|
void |
SqlValidatorImpl.validateWith(SqlWith with,
SqlValidatorScope scope) |
void |
SqlValidator.validateWith(SqlWith with,
SqlValidatorScope scope) |
| Modifier and Type | Method and Description |
|---|---|
RelNode |
SqlToRelConverter.convertWith(SqlWith with)
Converts a WITH sub-query into a relational expression.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.