public static class Lattice.Measure extends Object implements Comparable<Lattice.Measure>
| Modifier and Type | Field and Description |
|---|---|
SqlAggFunction |
agg |
com.google.common.collect.ImmutableList<Lattice.Column> |
args |
| Constructor and Description |
|---|
Lattice.Measure(SqlAggFunction agg,
Iterable<Lattice.Column> args) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableBitSet |
argBitSet()
Returns the set of distinct argument ordinals.
|
List<Integer> |
argOrdinals()
Returns a list of argument ordinals.
|
int |
compareTo(Lattice.Measure measure) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public final SqlAggFunction agg
public final com.google.common.collect.ImmutableList<Lattice.Column> args
public Lattice.Measure(SqlAggFunction agg, Iterable<Lattice.Column> args)
public int compareTo(Lattice.Measure measure)
compareTo in interface Comparable<Lattice.Measure>public ImmutableBitSet argBitSet()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.