Package org.apache.druid.query.union
Class UnionQueryLogic
java.lang.Object
org.apache.druid.query.union.UnionQueryLogic
- All Implemented Interfaces:
QueryLogic
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> QueryRunner<Object>entryPoint(Query<T> query, QuerySegmentWalker walker) Builds aQueryRunnerfor the given query and walker.voidinitialize(QueryRunnerFactoryConglomerate conglomerate)
-
Field Details
-
conglomerate
-
-
Constructor Details
-
UnionQueryLogic
public UnionQueryLogic()
-
-
Method Details
-
initialize
-
entryPoint
Description copied from interface:QueryLogicBuilds aQueryRunnerfor the given query and walker. The returned runner must respectResultSerializationMode.- Specified by:
entryPointin interfaceQueryLogic
-