public class GroupByQueryHelper extends Object
| Constructor and Description |
|---|
GroupByQueryHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> com.metamx.common.Pair<List,com.metamx.common.guava.Accumulator<List,T>> |
createBySegmentAccumulatorPair() |
static <T> com.metamx.common.Pair<IncrementalIndex,com.metamx.common.guava.Accumulator<IncrementalIndex,T>> |
createIndexAccumulatorPair(GroupByQuery query,
GroupByQueryConfig config,
StupidPool<ByteBuffer> bufferPool) |
public static <T> com.metamx.common.Pair<IncrementalIndex,com.metamx.common.guava.Accumulator<IncrementalIndex,T>> createIndexAccumulatorPair(GroupByQuery query, GroupByQueryConfig config, StupidPool<ByteBuffer> bufferPool)
Copyright © 2015. All rights reserved.