Package org.apache.druid.query
Interface QueryLogic
- All Known Implementing Classes:
UnionQueryLogic
public interface QueryLogic
Provides facilities to executes the given query type by utilizing the
QuerySegmentWalker to run subqueries if necessary.-
Method Summary
Modifier and TypeMethodDescription<T> QueryRunner<Object> entryPoint(Query<T> query, QuerySegmentWalker walker) Builds aQueryRunnerfor the given query and walker.
-
Method Details
-
entryPoint
Builds aQueryRunnerfor the given query and walker. The returned runner must respectResultSerializationMode.
-