| Modifier and Type | Method and Description |
|---|---|
QueryConfig |
QueryConfig.withOverrides(Query<?> query) |
| Modifier and Type | Method and Description |
|---|---|
static Sequence<ResultRow> |
GroupByQueryEngineV2.process(GroupByQuery query,
StorageAdapter storageAdapter,
NonBlockingPool<ByteBuffer> intermediateResultsBufferPool,
GroupByQueryConfig querySpecificConfig,
QueryConfig queryConfig) |
| Modifier and Type | Method and Description |
|---|---|
static Sequence<ResultRow> |
VectorGroupByEngine.process(GroupByQuery query,
StorageAdapter storageAdapter,
ByteBuffer processingBuffer,
org.joda.time.DateTime fudgeTimestamp,
Filter filter,
org.joda.time.Interval interval,
GroupByQueryConfig config,
QueryConfig queryConfig) |
| Constructor and Description |
|---|
GroupByStrategyV2(DruidProcessingConfig processingConfig,
com.google.common.base.Supplier<GroupByQueryConfig> configSupplier,
com.google.common.base.Supplier<QueryConfig> queryConfigSupplier,
NonBlockingPool<ByteBuffer> bufferPool,
BlockingPool<ByteBuffer> mergeBufferPool,
com.fasterxml.jackson.databind.ObjectMapper spillMapper,
QueryWatcher queryWatcher) |
| Constructor and Description |
|---|
TimeseriesQueryEngine(com.google.common.base.Supplier<QueryConfig> queryConfigSupplier,
NonBlockingPool<ByteBuffer> bufferPool) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.