public class JsonTile extends Object
JsonLattice.
A tile is defined in terms of its dimensionality (the grouping columns, drawn from the lattice) and measures (aggregate functions applied to lattice columns).
Description of schema elements| Modifier and Type | Field and Description |
|---|---|
List |
dimensions
List of grouping columns that define this tile.
|
List<JsonMeasure> |
measures
List of measures in this tile.
|
| Constructor and Description |
|---|
JsonTile() |
public final List dimensions
Elements are either strings (column names unique within the lattice) or string lists (pairs of table alias and column name).
public List<JsonMeasure> measures
If not specified, uses JsonLattice.defaultMeasures.
public void accept(ModelHandler handler)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.