Uses of Class
org.apache.druid.query.FluentQueryRunner
Packages that use FluentQueryRunner
-
Uses of FluentQueryRunner in org.apache.druid.query
Methods in org.apache.druid.query that return FluentQueryRunnerModifier and TypeMethodDescriptionFluentQueryRunner.applyPostMergeDecoration()FluentQueryRunner.applyPreMergeDecoration()static <K,J extends Query<K>>
FluentQueryRunner<K> FluentQueryRunner.create(QueryRunner<K> runner, QueryToolChest<K, J> toolchest) FluentQueryRunner.emitCPUTimeMetric(ServiceEmitter emitter) FluentQueryRunner.emitCPUTimeMetric(ServiceEmitter emitter, AtomicLong accumulator) FluentQueryRunner.from(QueryRunner<T> runner) FluentQueryRunner.map(Function<QueryRunner<T>, QueryRunner<T>> mapFn) FluentQueryRunner.mergeResults(boolean willMergeRunner) Delegates toQueryToolChest.mergeResults(QueryRunner, boolean).FluentQueryRunner.postProcess(PostProcessingOperator<T> postProcessing)