public class GroupByMergingQueryRunnerV2 extends Object implements QueryRunner<Row>
Constructor and Description |
---|
GroupByMergingQueryRunnerV2(GroupByQueryConfig config,
ExecutorService exec,
QueryWatcher queryWatcher,
Iterable<QueryRunner<Row>> queryables,
int concurrencyHint,
BlockingPool<ByteBuffer> mergeBufferPool,
com.fasterxml.jackson.databind.ObjectMapper spillMapper,
String processingTmpDir) |
Modifier and Type | Method and Description |
---|---|
Sequence<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<Row>> queryables, int concurrencyHint, BlockingPool<ByteBuffer> mergeBufferPool, com.fasterxml.jackson.databind.ObjectMapper spillMapper, String processingTmpDir)
public Sequence<Row> run(Query queryParam, Map responseContext)
QueryRunner
run
in interface QueryRunner<Row>
Copyright © 2011–2017. All rights reserved.