| Package | Description |
|---|---|
| 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 | 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(Meta.StatementHandle h) |
| Modifier and Type | Method and Description |
|---|---|
abstract R |
Frameworks.PrepareAction.apply(RelOptCluster cluster,
RelOptSchema relOptSchema,
SchemaPlus rootSchema,
CalciteServerStatement statement) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.