| Package | Description |
|---|---|
| org.apache.calcite.materialize |
Management of materialized query results.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableList.Builder<Lattice.Tile> |
Lattice.Builder.tileListBuilder |
com.google.common.collect.ImmutableList<Lattice.Tile> |
Lattice.tiles |
| Modifier and Type | Method and Description |
|---|---|
Lattice.Tile |
Lattice.TileBuilder.build() |
private Lattice.Tile |
TileSuggester.toTile(org.pentaho.aggdes.model.Aggregate aggregate) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends Lattice.Tile> |
Lattice.computeTiles() |
Iterable<? extends Lattice.Tile> |
TileSuggester.tiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
Lattice.Builder.addTile(Lattice.Tile tile) |
| 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.