| Package | Description |
|---|---|
| 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.materialize |
Management of materialized query results.
|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Class and Description |
|---|
| AbstractSchema
Abstract implementation of
Schema. |
| Class and Description |
|---|
| AggregateFunctionImpl
Implementation of
AggregateFunction via user-defined class. |
| Class and Description |
|---|
| AbstractSchema
Abstract implementation of
Schema. |
| AbstractTable
Abstract base class for implementing
Table. |
| Class and Description |
|---|
| StarTable
Virtual table that is composed of two or more tables joined together.
|
| Class and Description |
|---|
| StarTable
Virtual table that is composed of two or more tables joined together.
|
| Class and Description |
|---|
| StarTable.StarTableScan
Relational expression that scans a
StarTable. |
| Class and Description |
|---|
| AbstractTable
Abstract base class for implementing
Table. |
| AggregateFunctionImpl
Implementation of
AggregateFunction via user-defined class. |
| MaterializedViewTable.MaterializedViewTableMacro
Table function that returns the table that materializes a view.
|
| ReflectiveFunctionBase
Implementation of a function that is based on a method.
|
| StarTable
Virtual table that is composed of two or more tables joined together.
|
| ViewTable
Table whose contents are defined using an SQL statement.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.