Uses of Class
org.apache.druid.server.QueryResponse
-
Packages that use QueryResponse Package Description org.apache.druid.server -
-
Uses of QueryResponse in org.apache.druid.server
Methods in org.apache.druid.server that return QueryResponse Modifier and Type Method Description <T> QueryResponse<T>QueryLifecycle. execute()Execute the query.QueryResponse<Object>QueryResultPusher.ResultsWriter. getQueryResponse()Gets the results of running the query.<T> QueryResponse<T>QueryLifecycle. runSimple(org.apache.druid.query.Query<T> query, AuthenticationResult authenticationResult, Access authorizationResult)For callers who have already authorized their query, and where simplicity is desired over flexibility.static <T> QueryResponse<T>QueryResponse. withEmptyContext(org.apache.druid.java.util.common.guava.Sequence<T> results)
-