| Package | Description |
|---|---|
| org.apache.calcite.materialize |
Management of materialized query results.
|
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<Lattice.Column> |
Lattice.Measure.args |
com.google.common.collect.ImmutableList<Lattice.Column> |
Lattice.columns |
com.google.common.collect.ImmutableList<Lattice.Column> |
Lattice.Tile.dimensions |
| Modifier and Type | Method and Description |
|---|---|
Lattice.Column |
Lattice.Builder.resolveColumn(Object name) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Lattice.Column> |
Lattice.Builder.resolveArgs(Object args)
Resolves the arguments of a
JsonMeasure. |
| Modifier and Type | Method and Description |
|---|---|
void |
Lattice.TileBuilder.addDimension(Lattice.Column column) |
int |
Lattice.Column.compareTo(Lattice.Column column) |
| Modifier and Type | Method and Description |
|---|---|
double |
Lattice.getRowCount(List<Lattice.Column> columns)
Returns an estimate of the number of rows in the tile with the given
dimensions.
|
| Constructor and Description |
|---|
Lattice.Measure(SqlAggFunction agg,
Iterable<Lattice.Column> args) |
Lattice.Tile(com.google.common.collect.ImmutableList<Lattice.Measure> measures,
com.google.common.collect.ImmutableList<Lattice.Column> dimensions) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.