Package org.apache.druid.query
Interface QueryRunner<T>
-
- All Known Implementing Classes:
BySegmentQueryRunner,BySegmentSkippingQueryRunner,ChainedExecutionQueryRunner,ConcatQueryRunner,CPUTimeMetricQueryRunner,FinalizeResultsQueryRunner,FluentQueryRunner,GroupByMergingQueryRunner,MetricsEmittingQueryRunner,NoopQueryRunner,PerSegmentOptimizingQueryRunner,ReferenceCountingSegmentQueryRunner,ReportTimelineMissingSegmentQueryRunner,ResultMergeQueryRunner,SearchQueryRunner,SpecificSegmentQueryRunner,SubqueryQueryRunner,ToolChestBasedResultSerializedRunner,UnionDataSourceQueryRunner
public interface QueryRunner<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Sequence<T>run(QueryPlus<T> queryPlus)Sequence<T>run(QueryPlus<T> queryPlus, ResponseContext responseContext)Runs the given query and returns results in a time-ordered sequence.
-