| Package | Description |
|---|---|
| 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.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElasticsearchTable
Table based on an Elasticsearch type.
|
| Modifier and Type | Method and Description |
|---|---|
TranslatableTable |
ReflectiveSchema.MethodTableMacro.apply(List<Object> arguments) |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcTable
Queryable that gets its data from a table within a JDBC connection.
|
| Modifier and Type | Method and Description |
|---|---|
TranslatableTable |
TableMacro.apply(List<Object> arguments)
Applies arguments to yield a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaterializedViewTable
Table that is a materialized view.
|
class |
ModifiableViewTable
Extension to
ViewTable that is modifiable. |
class |
StarTable
Virtual table that is composed of two or more tables joined together.
|
class |
ViewTable
Table whose contents are defined using an SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
TranslatableTable |
TableMacroImpl.apply(List<Object> arguments)
Applies arguments to yield a table.
|
TranslatableTable |
MaterializedViewTable.MaterializedViewTableMacro.apply(List<Object> arguments) |
TranslatableTable |
ViewTableMacro.apply(List<Object> arguments) |
| Modifier and Type | Method and Description |
|---|---|
TranslatableTable |
SqlUserDefinedTableMacro.getTable(RelDataTypeFactory typeFactory,
List<SqlNode> operandList)
Returns the table in this UDF, or null if there is no table.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.