public class GroupByMergingQueryRunnerV2 extends Object implements QueryRunner
| Constructor and Description |
|---|
GroupByMergingQueryRunnerV2(GroupByQueryConfig config,
ExecutorService exec,
QueryWatcher queryWatcher,
Iterable<QueryRunner<io.druid.data.input.Row>> queryables,
int concurrencyHint,
BlockingPool<ByteBuffer> mergeBufferPool,
com.fasterxml.jackson.databind.ObjectMapper spillMapper) |
| Modifier and Type | Method and Description |
|---|---|
com.metamx.common.guava.Sequence<io.druid.data.input.Row> |
run(Query queryParam,
Map responseContext)
Runs the given query and returns results in a time-ordered sequence
|
public GroupByMergingQueryRunnerV2(GroupByQueryConfig config, ExecutorService exec, QueryWatcher queryWatcher, Iterable<QueryRunner<io.druid.data.input.Row>> queryables, int concurrencyHint, BlockingPool<ByteBuffer> mergeBufferPool, com.fasterxml.jackson.databind.ObjectMapper spillMapper)
public com.metamx.common.guava.Sequence<io.druid.data.input.Row> run(Query queryParam, Map responseContext)
QueryRunnerrun in interface QueryRunnerCopyright © 2011–2016. All rights reserved.