Package org.apache.druid.query
Interface QueryRunnerFactoryConglomerate
- All Known Implementing Classes:
DefaultQueryRunnerFactoryConglomerate
public interface QueryRunnerFactoryConglomerate
-
Method Summary
Modifier and TypeMethodDescription<T,QueryType extends Query<T>>
QueryRunnerFactory<T, QueryType> findFactory(QueryType query) <T,QueryType extends Query<T>>
QueryLogicgetQueryLogic(QueryType query) <T,QueryType extends Query<T>>
QueryToolChest<T, QueryType> getToolChest(QueryType query)
-
Method Details
-
findFactory
-
getToolChest
-
getQueryLogic
-