Constructor and Description |
---|
DefaultLimitSpec(List<OrderByColumnSpec> columns,
Integer limit) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Function<com.metamx.common.guava.Sequence<io.druid.data.input.Row>,com.metamx.common.guava.Sequence<io.druid.data.input.Row>> |
build(List<DimensionSpec> dimensions,
List<AggregatorFactory> aggs,
List<PostAggregator> postAggs) |
boolean |
equals(Object o) |
byte[] |
getCacheKey() |
List<OrderByColumnSpec> |
getColumns() |
int |
getLimit() |
int |
hashCode() |
LimitSpec |
merge(LimitSpec other) |
String |
toString() |
public DefaultLimitSpec(List<OrderByColumnSpec> columns, Integer limit)
public List<OrderByColumnSpec> getColumns()
public int getLimit()
public com.google.common.base.Function<com.metamx.common.guava.Sequence<io.druid.data.input.Row>,com.metamx.common.guava.Sequence<io.druid.data.input.Row>> build(List<DimensionSpec> dimensions, List<AggregatorFactory> aggs, List<PostAggregator> postAggs)
public byte[] getCacheKey()
getCacheKey
in interface LimitSpec
Copyright © 2011–2015. All rights reserved.