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 |
|---|---|
Sequence<Row> |
process(GroupByQuery query,
StorageAdapter storageAdapter) |
@Inject public GroupByQueryEngine(com.google.common.base.Supplier<GroupByQueryConfig> config, StupidPool<ByteBuffer> intermediateResultsBufferPool)
public Sequence<Row> process(GroupByQuery query, StorageAdapter storageAdapter)
Copyright © 2011–2017. All rights reserved.