Package org.apache.calcite.materialize
Class TileKey
java.lang.Object
org.apache.calcite.materialize.TileKey
Definition of a particular combination of dimensions and measures of a
lattice that is the basis of a materialization.
Holds similar information to a
Lattice.Tile
but a lattice is
immutable and tiles are not added after their creation.
-
Field Summary
Modifier and TypeFieldDescriptionfinal ImmutableBitSet
final Lattice
final com.google.common.collect.ImmutableList<Lattice.Measure>
-
Constructor Summary
ConstructorDescriptionTileKey
(Lattice lattice, ImmutableBitSet dimensions, com.google.common.collect.ImmutableList<Lattice.Measure> measures) Creates a TileKey. -
Method Summary
-
Field Details
-
lattice
-
dimensions
-
measures
-
-
Constructor Details
-
TileKey
public TileKey(Lattice lattice, ImmutableBitSet dimensions, com.google.common.collect.ImmutableList<Lattice.Measure> measures) Creates a TileKey.
-
-
Method Details