| Package | Description |
|---|---|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.server |
Provides a server for hosting Calcite connections.
|
| org.apache.calcite.tools |
Provides utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
CalciteConnectionImpl.CalciteServerStatementImpl
Implementation of
CalciteServerStatement. |
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<Integer,CalciteServerStatement> |
CalciteConnectionImpl.CalciteServerImpl.statementMap |
| Modifier and Type | Method and Description |
|---|---|
CalciteServerStatement |
CalciteConnectionImpl.CalciteServerImpl.getStatement(org.apache.calcite.avatica.Meta.StatementHandle h) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
CalcitePrepareImpl.perform(CalciteServerStatement statement,
Frameworks.PrepareAction<R> action)
Executes a prepare action.
|
| Modifier and Type | Method and Description |
|---|---|
CalciteServerStatement |
CalciteServer.getStatement(org.apache.calcite.avatica.Meta.StatementHandle h)
Returns the statement with a given handle.
|
| Modifier and Type | Method and Description |
|---|---|
abstract R |
Frameworks.PrepareAction.apply(RelOptCluster cluster,
RelOptSchema relOptSchema,
SchemaPlus rootSchema,
CalciteServerStatement statement) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.