| Interface | Description |
|---|---|
| CalciteConnection |
Extension to Calcite's implementation of
JDBC connection allows schemas to be defined
dynamically. |
| CalcitePrepare |
API for a service that prepares statements for execution.
|
| CalcitePrepare.Context |
Context for preparing a statement.
|
| CalcitePrepare.SparkHandler |
Callback to register Spark as the main engine.
|
| CalcitePrepare.SparkHandler.RuleSetBuilder |
Allows Spark to declare the rules it needs.
|
| Class | Description |
|---|---|
| CalciteFactory |
Extension of
AvaticaFactory
for Calcite. |
| CalciteJdbc41Factory |
Implementation of
AvaticaFactory
for Calcite and JDBC 4.1 (corresponds to JDK 1.7). |
| CalciteMetaImpl |
Helper for implementing the
getXxx methods such as
AvaticaDatabaseMetaData.getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[]). |
| CalcitePrepare.CalciteSignature<T> |
The result of preparing a query.
|
| CalcitePrepare.ConvertResult |
The result of parsing and validating a SQL query and converting it to
relational algebra.
|
| CalcitePrepare.Dummy |
Namespace that allows us to define non-abstract methods inside an
interface.
|
| CalcitePrepare.ParseResult |
The result of parsing and validating a SQL query.
|
| CalciteResultSet |
Implementation of
ResultSet
for the Calcite engine. |
| CalciteRootSchema |
Root schema.
|
| CalciteSchema |
Schema.
|
| CalciteSchema.Entry |
Entry in a schema, such as a table or sub-schema.
|
| CalciteSchema.FunctionEntry |
Membership of a function in a schema.
|
| CalciteSchema.FunctionEntryImpl |
Implementation of
CalciteSchema.FunctionEntry
where all properties are held in fields. |
| CalciteSchema.LatticeEntry |
Membership of a lattice in a schema.
|
| CalciteSchema.LatticeEntryImpl |
Implementation of
CalciteSchema.LatticeEntry
where all properties are held in fields. |
| CalciteSchema.TableEntry |
Membership of a table in a schema.
|
| CalciteSchema.TableEntryImpl |
Implementation of
CalciteSchema.TableEntry
where all properties are held in fields. |
| CalciteStatement |
Implementation of
Statement
for the Calcite engine. |
| Driver |
Calcite JDBC driver.
|
| JavaRecordType |
Record type based on a Java class.
|
| JavaTypeFactoryImpl |
Implementation of
JavaTypeFactory. |
| JavaTypeFactoryImpl.SyntheticRecordType |
Synthetic record type.
|
| Exception | Description |
|---|---|
| SqlTimeoutException |
Indicates that an operation timed out.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.