| Package | Description |
|---|---|
| org.apache.calcite.adapter.clone |
Provides utility classes.
|
| org.apache.calcite.adapter.elasticsearch |
Base classes for a query provider based on an Elasticsearch DB.
|
| org.apache.calcite.adapter.java |
Query provider based on Java in-memory data
structures.
|
| org.apache.calcite.adapter.jdbc |
Query provider based on a JDBC data source.
|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ArrayTable
Implementation of table that reads rows from column stores, one per column.
|
(package private) class |
ListTable
Implementation of table that reads rows from a read-only list and returns
an enumerator of rows.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElasticsearchTable
Table based on an Elasticsearch type.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
ReflectiveSchema.FieldTable<T>
Table based on a Java field.
|
private static class |
ReflectiveSchema.ReflectiveTable
Table that is implemented by reading from a Java object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcTable
Queryable that gets its data from a table within a JDBC connection.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
CalciteMetaImpl.MetadataTable<E>
Table whose contents are metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaterializedViewTable
Table that is a materialized view.
|
class |
ModifiableViewTable
Extension to
ViewTable that is modifiable. |
class |
ViewTable
Table whose contents are defined using an SQL statement.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.