Class QueryResponse<T>


  • public class QueryResponse<T>
    extends Object
    • Constructor Detail

      • QueryResponse

        public QueryResponse​(org.apache.druid.java.util.common.guava.Sequence<T> results,
                             org.apache.druid.query.context.ResponseContext responseContext)
    • Method Detail

      • withEmptyContext

        public static <T> QueryResponse<T> withEmptyContext​(org.apache.druid.java.util.common.guava.Sequence<T> results)
      • getResults

        public org.apache.druid.java.util.common.guava.Sequence<T> getResults()
      • getResponseContext

        public org.apache.druid.query.context.ResponseContext getResponseContext()