Class QueryResourceQueryResultPusherFactory.QueryResourceQueryResultPusher

java.lang.Object
org.apache.druid.server.QueryResultPusher
org.apache.druid.server.QueryResourceQueryResultPusherFactory.QueryResourceQueryResultPusher
Enclosing class:
QueryResourceQueryResultPusherFactory

public static class QueryResourceQueryResultPusherFactory.QueryResourceQueryResultPusher extends QueryResultPusher
Handles query results for QueryResource, pushing the results to the client.

It uses the provided QueryLifecycle to execute the query and writes the results via QueryResource.NativeQueryWriter.