| Package | Description |
|---|---|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| org.apache.calcite.materialize |
Management of materialized query results.
|
| org.apache.calcite.model |
Provides model files, in JSON format, defining schemas and other metadata.
|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Class and Description |
|---|
| Lattice
Structure that allows materialized views based upon a star schema to be
recognized and recommended.
|
| Class and Description |
|---|
| Lattice
Structure that allows materialized views based upon a star schema to be
recognized and recommended.
|
| Lattice.Builder
Lattice builder.
|
| Lattice.Column
Column in a lattice.
|
| Lattice.Edge
Edge in the temporary graph.
|
| Lattice.Measure
Measure in a lattice.
|
| Lattice.Node
Source relation of a lattice.
|
| Lattice.Tile
Materialized aggregate within a lattice.
|
| Lattice.TileBuilder
Tile builder.
|
| LatticeStatisticProvider
Estimates row counts for a lattice and its attributes.
|
| LatticeStatisticProvider.Factory
Creates a
LatticeStatisticProvider for a given
Lattice. |
| MaterializationActor
Actor that manages the state of materializations in the system.
|
| MaterializationActor.Materialization
A query materialized in a table, so that reading from the table gives the
same results as executing the query.
|
| MaterializationActor.QueryKey
A materialization can be re-used if it is the same SQL, on the same
schema, with the same path for resolving functions.
|
| MaterializationKey
Unique identifier for a materialization.
|
| MaterializationService
Manages the collection of materialized tables known to the system,
and the process by which they become valid and invalid.
|
| MaterializationService.DefaultTableFactory
Default implementation of
MaterializationService.TableFactory. |
| MaterializationService.TableFactory
Creates tables that represent a materialized view.
|
| TileKey
Definition of a particular combination of dimensions and measures of a
lattice that is the basis of a materialization.
|
| TileSuggester.AttributeImpl
Implementation of
Attribute based on a Lattice.Column. |
| TileSuggester.TableImpl
Implementation of
Table based on a Lattice. |
| Class and Description |
|---|
| Lattice.Builder
Lattice builder.
|
| Lattice.TileBuilder
Tile builder.
|
| Class and Description |
|---|
| Lattice
Structure that allows materialized views based upon a star schema to be
recognized and recommended.
|
| Lattice.Measure
Measure in a lattice.
|
| TileKey
Definition of a particular combination of dimensions and measures of a
lattice that is the basis of a materialization.
|
| Class and Description |
|---|
| Lattice
Structure that allows materialized views based upon a star schema to be
recognized and recommended.
|
| Class and Description |
|---|
| Lattice.Measure
Measure in a lattice.
|
| TileKey
Definition of a particular combination of dimensions and measures of a
lattice that is the basis of a materialization.
|
| Class and Description |
|---|
| Lattice
Structure that allows materialized views based upon a star schema to be
recognized and recommended.
|
| Class and Description |
|---|
| Lattice
Structure that allows materialized views based upon a star schema to be
recognized and recommended.
|
| MaterializationKey
Unique identifier for a materialization.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.