| Package | Description |
|---|---|
| org.apache.calcite |
Main package for Calcite, the dynamic data management platform.
|
| org.apache.calcite.adapter.clone |
Provides utility classes.
|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| 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.model |
Provides model files, in JSON format, defining schemas and other metadata.
|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.rel.externalize |
Facilities to externalize
RelNodes to and from
XML and JSON format. |
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| org.apache.calcite.sql.advise |
Provides hints and corrections for editing SQL statements.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| org.apache.calcite.tools |
Provides utility classes.
|
| Class and Description |
|---|
| SchemaPlus
Extension to the
Schema interface. |
| Class and Description |
|---|
| Schema
A namespace for tables and functions.
|
| SchemaFactory
Factory for
Schema objects. |
| SchemaPlus
Extension to the
Schema interface. |
| Table
Table.
|
| Class and Description |
|---|
| Table
Table.
|
| Class and Description |
|---|
| Function
Named expression that accepts parameters and returns a result.
|
| QueryableTable |
| Schema
A namespace for tables and functions.
|
| SchemaFactory
Factory for
Schema objects. |
| SchemaPlus
Extension to the
Schema interface. |
| Table
Table.
|
| Class and Description |
|---|
| Function
Named expression that accepts parameters and returns a result.
|
| Schema
A namespace for tables and functions.
|
| SchemaFactory
Factory for
Schema objects. |
| SchemaPlus
Extension to the
Schema interface. |
| Table
Table.
|
| Class and Description |
|---|
| Function
Named expression that accepts parameters and returns a result.
|
| Schema
A namespace for tables and functions.
|
| SchemaPlus
Extension to the
Schema interface. |
| Table
Table.
|
| Class and Description |
|---|
| SchemaPlus
Extension to the
Schema interface. |
| Class and Description |
|---|
| Table
Table.
|
| Class and Description |
|---|
| Schema
A namespace for tables and functions.
|
| Class and Description |
|---|
| AggregateFunction
Function that combines several values into a scalar result.
|
| FilterableTable
Table that can be scanned, optionally applying supplied filter expressions,
without creating an intermediate relational expression.
|
| Function
Named expression that accepts parameters and returns a result.
|
| FunctionParameter
Parameter to a
Function. |
| ProjectableFilterableTable
Table that can be scanned, optionally applying supplied filter expressions,
and projecting a given list of columns,
without creating an intermediate relational expression.
|
| QueryableTable |
| ScalarFunction
Function that returns a scalar result.
|
| ScannableTable
Table that can be scanned without creating an intermediate relational
expression.
|
| Schema
A namespace for tables and functions.
|
| Schema.TableType
Table type.
|
| SchemaPlus
Extension to the
Schema interface. |
| Statistic
Statistics about a
Table. |
| Table
Table.
|
| TranslatableTable
Extension to
Table that specifies how it is to be translated to
a planner node. |
| Class and Description |
|---|
| AggregateFunction
Function that combines several values into a scalar result.
|
| Function
Named expression that accepts parameters and returns a result.
|
| FunctionParameter
Parameter to a
Function. |
| ImplementableAggFunction
Function that can be translated to java code.
|
| ImplementableFunction
Function that can be translated to java code.
|
| QueryableTable |
| ScalarFunction
Function that returns a scalar result.
|
| Schema
A namespace for tables and functions.
|
| Schema.TableType
Table type.
|
| SchemaPlus
Extension to the
Schema interface. |
| Statistic
Statistics about a
Table. |
| Table
Table.
|
| TableFunction
Function that returns a table during execution time.
|
| TableMacro
Function that returns a
Table. |
| TranslatableTable
Extension to
Table that specifies how it is to be translated to
a planner node. |
| Class and Description |
|---|
| Function
Named expression that accepts parameters and returns a result.
|
| FunctionParameter
Parameter to a
Function. |
| ImplementableFunction
Function that can be translated to java code.
|
| TableFunction
Function that returns a table during execution time.
|
| Class and Description |
|---|
| AggregateFunction
Function that combines several values into a scalar result.
|
| Function
Named expression that accepts parameters and returns a result.
|
| TableFunction
Function that returns a table during execution time.
|
| TableMacro
Function that returns a
Table. |
| TranslatableTable
Extension to
Table that specifies how it is to be translated to
a planner node. |
| Class and Description |
|---|
| SchemaPlus
Extension to the
Schema interface. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.