| Package | Description |
|---|---|
| org.apache.calcite.materialize |
Management of materialized query results.
|
| Modifier and Type | Field and Description |
|---|---|
Lattice.Node |
Lattice.Node.parent |
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<Lattice.Node> |
Lattice.nodes |
private List<Lattice.Node> |
Lattice.Builder.nodes |
| Modifier and Type | Method and Description |
|---|---|
private static void |
Lattice.use(List<Lattice.Node> usedNodes,
Lattice.Node node) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
Lattice.use(List<Lattice.Node> usedNodes,
Lattice.Node node) |
| Constructor and Description |
|---|
Node(TableScan scan,
Lattice.Node parent,
List<IntPair> link,
int startCol,
int endCol,
String alias) |
| Constructor and Description |
|---|
Lattice(CalciteSchema rootSchema,
com.google.common.collect.ImmutableList<Lattice.Node> nodes,
boolean auto,
boolean algorithm,
long algorithmMaxMillis,
LatticeStatisticProvider.Factory statisticProviderFactory,
Double rowCountEstimate,
com.google.common.collect.ImmutableList<Lattice.Column> columns,
com.google.common.collect.ImmutableList<Lattice.Measure> defaultMeasures,
com.google.common.collect.ImmutableList<Lattice.Tile> tiles) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.