Constructor and Description |
---|
NoopLimitSpec() |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Function<Sequence<Row>,Sequence<Row>> |
build(List<DimensionSpec> dimensions,
List<AggregatorFactory> aggs,
List<PostAggregator> postAggs)
Returns a function that applies a limit to an input sequence that is assumed to be sorted on dimensions.
|
boolean |
equals(Object other) |
byte[] |
getCacheKey()
Get a byte array used as a cache key.
|
int |
hashCode() |
LimitSpec |
merge(LimitSpec other) |
String |
toString() |
public com.google.common.base.Function<Sequence<Row>,Sequence<Row>> build(List<DimensionSpec> dimensions, List<AggregatorFactory> aggs, List<PostAggregator> postAggs)
LimitSpec
public byte[] getCacheKey()
Cacheable
getCacheKey
in interface Cacheable
Copyright © 2011–2017. All rights reserved.