| Package | Description |
|---|---|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| 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.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Lattice |
CalciteSchema.LatticeEntry.getLattice() |
Lattice |
CalciteSchema.LatticeEntryImpl.getLattice() |
| Constructor and Description |
|---|
CalciteSchema.LatticeEntryImpl(CalciteSchema schema,
String name,
Lattice lattice)
Creates a LatticeEntryImpl.
|
| Modifier and Type | Field and Description |
|---|---|
Lattice |
TileKey.lattice |
| Modifier and Type | Method and Description |
|---|---|
Lattice |
Lattice.Builder.build()
Builds a lattice.
|
static Lattice |
Lattice.create(CalciteSchema schema,
String sql,
boolean auto)
Creates a Lattice.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<CalciteSchema.TableEntry,TileKey> |
MaterializationService.defineTile(Lattice lattice,
ImmutableBitSet groupSet,
List<Lattice.Measure> measureList,
CalciteSchema schema,
boolean create,
boolean exact)
Defines a tile.
|
| Constructor and Description |
|---|
TileKey(Lattice lattice,
ImmutableBitSet dimensions,
com.google.common.collect.ImmutableList<Lattice.Measure> measures)
Creates a TileKey.
|
TileSuggester(Lattice lattice) |
| Modifier and Type | Field and Description |
|---|---|
Lattice |
RelOptLattice.lattice |
| Constructor and Description |
|---|
RelOptLattice(Lattice lattice,
RelOptTable starRelOptTable) |
| Modifier and Type | Method and Description |
|---|---|
static List<Lattice> |
Schemas.getLattices(CalciteSchema schema)
Returns the lattices defined in a schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaPlus.add(String name,
Lattice lattice)
Adds a lattice to this schema.
|
| Modifier and Type | Field and Description |
|---|---|
Lattice |
StarTable.lattice |
| Modifier and Type | Method and Description |
|---|---|
static StarTable |
StarTable.of(Lattice lattice,
List<Table> tables)
Creates a StarTable and registers it in a schema.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.