| 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.
|
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<Lattice.Measure> |
Lattice.defaultMeasures |
com.google.common.collect.ImmutableList<Lattice.Measure> |
TileKey.measures |
com.google.common.collect.ImmutableList<Lattice.Measure> |
Lattice.Tile.measures |
| Modifier and Type | Method and Description |
|---|---|
Lattice.Measure |
Lattice.Builder.resolveMeasure(String aggName,
Object args) |
| Modifier and Type | Method and Description |
|---|---|
List<Lattice.Measure> |
Lattice.toMeasures(List<AggregateCall> aggCallList) |
| Modifier and Type | Method and Description |
|---|---|
void |
Lattice.Builder.addMeasure(Lattice.Measure measure) |
void |
Lattice.TileBuilder.addMeasure(Lattice.Measure measure) |
int |
Lattice.Measure.compareTo(Lattice.Measure measure) |
| 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.
|
String |
Lattice.sql(ImmutableBitSet groupSet,
List<Lattice.Measure> aggCallList) |
| Constructor and Description |
|---|
Lattice.Tile(com.google.common.collect.ImmutableList<Lattice.Measure> measures,
com.google.common.collect.ImmutableList<Lattice.Column> dimensions) |
TileKey(Lattice lattice,
ImmutableBitSet dimensions,
com.google.common.collect.ImmutableList<Lattice.Measure> measures)
Creates a TileKey.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<CalciteSchema.TableEntry,TileKey> |
RelOptLattice.getAggregate(RelOptPlanner planner,
ImmutableBitSet groupSet,
List<Lattice.Measure> measureList)
Retrieves a materialized table that will satisfy an aggregate query on
the star table.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.