public class GroupByMergingQueryRunnerV2 extends Object implements QueryRunner<Row>
| Constructor and Description | 
|---|
GroupByMergingQueryRunnerV2(GroupByQueryConfig config,
                           ExecutorService exec,
                           QueryWatcher queryWatcher,
                           Iterable<QueryRunner<Row>> queryables,
                           int concurrencyHint,
                           NonBlockingPool<ByteBuffer> processingBufferPool,
                           BlockingPool<ByteBuffer> mergeBufferPool,
                           int mergeBufferSize,
                           com.fasterxml.jackson.databind.ObjectMapper spillMapper,
                           String processingTmpDir)  | 
| Modifier and Type | Method and Description | 
|---|---|
Sequence<Row> | 
run(QueryPlus<Row> queryPlus,
   Map<String,Object> responseContext)
Runs the given query and returns results in a time-ordered sequence. 
 | 
public GroupByMergingQueryRunnerV2(GroupByQueryConfig config, ExecutorService exec, QueryWatcher queryWatcher, Iterable<QueryRunner<Row>> queryables, int concurrencyHint, NonBlockingPool<ByteBuffer> processingBufferPool, BlockingPool<ByteBuffer> mergeBufferPool, int mergeBufferSize, com.fasterxml.jackson.databind.ObjectMapper spillMapper, String processingTmpDir)
Copyright © 2011–2018. All rights reserved.