Package org.apache.druid.query
Class SubqueryQueryRunner<T>
java.lang.Object
org.apache.druid.query.SubqueryQueryRunner<T>
- All Implemented Interfaces:
QueryRunner<T>
If there's a subquery, run it instead of the outer query
-
Constructor Details
-
SubqueryQueryRunner
-
-
Method Details
-
run
Description copied from interface:QueryRunnerRuns the given query and returns results in a time-ordered sequence.- Specified by:
runin interfaceQueryRunner<T>
-