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