Package org.apache.druid.query
Class UnionDataSourceQueryRunner<T>
- java.lang.Object
-
- org.apache.druid.query.UnionDataSourceQueryRunner<T>
-
- All Implemented Interfaces:
QueryRunner<T>
public class UnionDataSourceQueryRunner<T> extends Object implements QueryRunner<T>
-
-
Constructor Summary
Constructors Constructor Description UnionDataSourceQueryRunner(QueryRunner<T> baseRunner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sequence<T>
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, wait
-
Methods inherited from interface org.apache.druid.query.QueryRunner
run
-
-
-
-
Constructor Detail
-
UnionDataSourceQueryRunner
public UnionDataSourceQueryRunner(QueryRunner<T> baseRunner)
-
-
Method Detail
-
run
public Sequence<T> run(QueryPlus<T> queryPlus, ResponseContext responseContext)
Description copied from interface:QueryRunner
Runs the given query and returns results in a time-ordered sequence.- Specified by:
run
in interfaceQueryRunner<T>
-
-