| Package | Description |
|---|---|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.tools |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
SqlNode |
PlannerImpl.validate(SqlNode sqlNode) |
| Modifier and Type | Method and Description |
|---|---|
SqlNode |
Planner.validate(SqlNode sqlNode)
Validates a SQL statement.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.