Package | Description |
---|---|
org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
org.apache.calcite.model |
Provides model files, in JSON format, defining schemas and other metadata.
|
org.apache.calcite.schema |
Schema SPI.
|
org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
org.apache.calcite.server |
Provides a server for hosting Calcite connections.
|
Modifier and Type | Method and Description |
---|---|
static CalciteConnection |
CalciteMetaImpl.connect(CalciteSchema schema,
JavaTypeFactory typeFactory)
A trojan-horse method, subject to change without notice.
|
Modifier and Type | Method and Description |
---|---|
static DataContext |
CalciteMetaImpl.createDataContext(CalciteConnection connection)
A trojan-horse method, subject to change without notice.
|
Constructor and Description |
---|
ModelHandler(CalciteConnection connection,
String uri) |
Modifier and Type | Method and Description |
---|---|
static CalcitePrepare.AnalyzeViewResult |
Schemas.analyzeView(CalciteConnection connection,
CalciteSchema schema,
List<String> schemaPath,
String viewSql,
List<String> viewPath,
boolean fail)
Analyzes a view.
|
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.
|
static CalcitePrepare.ParseResult |
Schemas.parse(CalciteConnection connection,
CalciteSchema schema,
List<String> schemaPath,
String sql)
Parses and validates a SQL query.
|
static CalcitePrepare.CalciteSignature<Object> |
Schemas.prepare(CalciteConnection connection,
CalciteSchema schema,
List<String> schemaPath,
String sql,
com.google.common.collect.ImmutableMap<CalciteConnectionProperty,String> map)
Prepares a SQL query for execution.
|
Modifier and Type | Field and Description |
---|---|
static CalciteConnection |
MaterializedViewTable.MATERIALIZATION_CONNECTION
Internal connection, used to execute queries to materialize views.
|
Modifier and Type | Method and Description |
---|---|
CalciteConnection |
CalciteServerStatement.getConnection()
Returns the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
CalciteServer.addStatement(CalciteConnection connection,
org.apache.calcite.avatica.Meta.StatementHandle h) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.