public class JsonMeasure extends Object
Occurs in a JsonTile,
and there is a default list in
JsonLattice.
Description of schema elements| Modifier and Type | Field and Description |
|---|---|
String |
agg |
Object |
args
Arguments to the measure.
|
| Constructor and Description |
|---|
JsonMeasure() |
public String agg
public Object args
Valid values are:
Unlike lattice dimensions, measures can not be specified in qualified
format, ["table", "column"]. When you define a lattice, make sure
that each column you intend to use as a measure has a unique name within
the lattice (using "AS alias" if necessary).
public void accept(ModelHandler modelHandler)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.