| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.plan.volcano |
Optimizes relational expressions.
|
| Modifier and Type | Method and Description |
|---|---|
RelOptLattice |
AbstractRelOptPlanner.getLattice(RelOptTable table) |
RelOptLattice |
RelOptPlanner.getLattice(RelOptTable table)
Retrieves a lattice, given its star table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRelOptPlanner.addLattice(RelOptLattice lattice) |
void |
RelOptPlanner.addLattice(RelOptLattice lattice)
Defines a lattice.
|
| Modifier and Type | Method and Description |
|---|---|
RelOptLattice |
VolcanoPlanner.getLattice(RelOptTable table) |
| Modifier and Type | Method and Description |
|---|---|
void |
VolcanoPlanner.addLattice(RelOptLattice lattice) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.