Package org.apache.druid.query
Class BySegmentSkippingQueryRunner<T>
java.lang.Object
org.apache.druid.query.BySegmentSkippingQueryRunner<T>
- All Implemented Interfaces:
QueryRunner<T>
- Direct Known Subclasses:
ResultMergeQueryRunner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoRun(QueryRunner<T> baseRunner, QueryPlus<T> queryPlus, ResponseContext context) run(QueryPlus<T> queryPlus, ResponseContext responseContext) Runs the given query and returns results in a time-ordered sequence.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.query.QueryRunner
run
-
Constructor Details
-
BySegmentSkippingQueryRunner
-
-
Method Details
-
run
Description copied from interface:QueryRunnerRuns the given query and returns results in a time-ordered sequence.- Specified by:
runin interfaceQueryRunner<T>
-
doRun
protected abstract Sequence<T> doRun(QueryRunner<T> baseRunner, QueryPlus<T> queryPlus, ResponseContext context)
-