Class SetAndVerifyContextQueryRunner<T>

  • All Implemented Interfaces:
    org.apache.druid.query.QueryRunner<T>

    public class SetAndVerifyContextQueryRunner<T>
    extends Object
    implements org.apache.druid.query.QueryRunner<T>
    Use this QueryRunner to set and verify Query contexts.
    • Constructor Detail

      • SetAndVerifyContextQueryRunner

        public SetAndVerifyContextQueryRunner​(ServerConfig serverConfig,
                                              org.apache.druid.query.QueryRunner<T> baseRunner)
    • Method Detail

      • run

        public org.apache.druid.java.util.common.guava.Sequence<T> run​(org.apache.druid.query.QueryPlus<T> queryPlus,
                                                                       org.apache.druid.query.context.ResponseContext responseContext)
        Specified by:
        run in interface org.apache.druid.query.QueryRunner<T>
      • withTimeoutAndMaxScatterGatherBytes

        public org.apache.druid.query.Query<T> withTimeoutAndMaxScatterGatherBytes​(org.apache.druid.query.Query<T> query,
                                                                                   ServerConfig serverConfig)