public class GroupByQueryEngine extends Object
| Constructor and Description |
|---|
GroupByQueryEngine(com.google.common.base.Supplier<GroupByQueryConfig> config,
NonBlockingPool<ByteBuffer> intermediateResultsBufferPool) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<Row> |
process(GroupByQuery query,
StorageAdapter storageAdapter,
GroupByQueryMetrics groupByQueryMetrics) |
@Inject public GroupByQueryEngine(com.google.common.base.Supplier<GroupByQueryConfig> config, NonBlockingPool<ByteBuffer> intermediateResultsBufferPool)
public Sequence<Row> process(GroupByQuery query, StorageAdapter storageAdapter, @Nullable GroupByQueryMetrics groupByQueryMetrics)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.