| Package | Description |
|---|---|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.schema |
Schema SPI.
|
| Modifier and Type | Method and Description |
|---|---|
CalcitePrepare.ConvertResult |
CalcitePrepare.convert(CalcitePrepare.Context context,
String sql) |
| Modifier and Type | Method and Description |
|---|---|
CalcitePrepare.ConvertResult |
CalcitePrepareImpl.convert(CalcitePrepare.Context context,
String sql) |
| Modifier and Type | Method and Description |
|---|---|
static CalcitePrepare.ConvertResult |
Schemas.convert(CalciteConnection connection,
CalciteSchema schema,
List<String> schemaPath,
String sql)
Parses and validates a SQL query and converts to relational algebra.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.