| Package | Description |
|---|---|
| org.apache.druid.server |
| Modifier and Type | Method and 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(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(Sequence<T> results) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.