public class JsonMeasure extends Object
Occurs in a JsonTile,
and there is a default list in
JsonLattice.
Description of schema elementspublic final String agg
Required. Usually count, sum,
min, max.
public final @Nullable 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-2022 Apache Software Foundation. All Rights Reserved.