Uses of Class
org.apache.druid.server.QueryResponse
Packages that use QueryResponse
-
Uses of QueryResponse in org.apache.druid.server
Methods in org.apache.druid.server that return QueryResponseModifier and TypeMethodDescription<T> QueryResponse<T>QueryLifecycle.execute()Executes the query.QueryResultPusher.ResultsWriter.getQueryResponse()Gets the results of running the query.<T> QueryResponse<T>QueryLifecycle.runSimple(Query<T> query, AuthenticationResult authenticationResult, AuthorizationResult authorizationResult) For callers who have already authorized their query, and where simplicity is desired over flexibility.static <T> QueryResponse<T>QueryResponse.withEmptyContext(Sequence<T> results)