Package org.apache.druid.query.spec
Class SpecificSegmentQueryRunner<T>
java.lang.Object
org.apache.druid.query.spec.SpecificSegmentQueryRunner<T>
- All Implemented Interfaces:
QueryRunner<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSpecificSegmentQueryRunner(QueryRunner<T> base, SpecificSegmentSpec specificSpec) -
Method Summary
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
-
SpecificSegmentQueryRunner
-
-
Method Details
-
run
Description copied from interface:QueryRunnerRuns the given query and returns results in a time-ordered sequence.- Specified by:
runin interfaceQueryRunner<T>
-