| 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 SqlDelete |
SqlValidatorImpl.DeleteNamespace.node |
| Modifier and Type | Method and Description |
|---|---|
SqlDelete |
SqlValidatorImpl.DeleteNamespace.getNode() |
| Modifier and Type | Method and Description |
|---|---|
protected SqlSelect |
SqlValidatorImpl.createSourceSelectForDelete(SqlDelete call)
Creates the SELECT statement that putatively feeds rows into a DELETE
statement to be deleted.
|
void |
SqlValidator.validateDelete(SqlDelete delete)
Validates a DELETE statement.
|
void |
SqlValidatorImpl.validateDelete(SqlDelete call) |
| Constructor and Description |
|---|
DeleteNamespace(SqlValidatorImpl validator,
SqlDelete node,
SqlNode enclosingNode,
SqlValidatorScope parentScope) |
| Modifier and Type | Method and Description |
|---|---|
private RelNode |
SqlToRelConverter.convertDelete(SqlDelete call) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.