| Modifier and Type | Field and Description |
|---|---|
static NoopLimitSpec |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<io.druid.java.util.common.guava.Sequence<io.druid.data.input.Row>,io.druid.java.util.common.guava.Sequence<io.druid.data.input.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() |
int |
hashCode() |
static NoopLimitSpec |
instance() |
LimitSpec |
merge(LimitSpec other) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitnullToNoopLimitSpecpublic static final NoopLimitSpec INSTANCE
public static NoopLimitSpec instance()
public com.google.common.base.Function<io.druid.java.util.common.guava.Sequence<io.druid.data.input.Row>,io.druid.java.util.common.guava.Sequence<io.druid.data.input.Row>> build(List<DimensionSpec> dimensions, List<AggregatorFactory> aggs, List<PostAggregator> postAggs)
LimitSpecpublic byte[] getCacheKey()
getCacheKey in interface io.druid.java.util.common.CacheableCopyright © 2011–2017. All rights reserved.