public class GroupByQueryEngine extends Object
Constructor and Description |
---|
GroupByQueryEngine(com.google.common.base.Supplier<GroupByQueryConfig> config,
StupidPool<ByteBuffer> intermediateResultsBufferPool) |
Modifier and Type | Method and Description |
---|---|
com.metamx.common.guava.Sequence<io.druid.data.input.Row> |
process(GroupByQuery query,
StorageAdapter storageAdapter) |
@Inject public GroupByQueryEngine(com.google.common.base.Supplier<GroupByQueryConfig> config, StupidPool<ByteBuffer> intermediateResultsBufferPool)
public com.metamx.common.guava.Sequence<io.druid.data.input.Row> process(GroupByQuery query, StorageAdapter storageAdapter)
Copyright © 2011–2015. All rights reserved.