| Package | Description |
|---|---|
| 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.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Method and Description |
|---|---|
StarTable |
Lattice.createStarTable() |
| Modifier and Type | Field and Description |
|---|---|
StarTable |
RelOptMaterialization.starTable |
| Modifier and Type | Method and Description |
|---|---|
StarTable |
StarTable.add(Table table) |
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.