Class TileKey

java.lang.Object
org.apache.calcite.materialize.TileKey

public class TileKey extends Object
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.