public interface LimitSpec extends Cacheable
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.
|
LimitSpec |
merge(LimitSpec other) |
getCacheKey
com.google.common.base.Function<Sequence<Row>,Sequence<Row>> build(List<DimensionSpec> dimensions, List<AggregatorFactory> aggs, List<PostAggregator> postAggs)
dimensions
- query dimensionsaggs
- query aggregatorspostAggs
- query postAggregatorsCopyright © 2011–2017. All rights reserved.