Class SubqueryGuardrailHelper


  • public class SubqueryGuardrailHelper
    extends Object
    Aids the ClientQuerySegmentWalker compute the available heap size per query for materializing the inline results from the subqueries
    • Constructor Detail

      • SubqueryGuardrailHelper

        public SubqueryGuardrailHelper​(org.apache.druid.query.lookup.LookupExtractorFactoryContainerProvider lookupManager,
                                       long maxMemoryInJvm,
                                       int maxConcurrentQueries)
    • Method Detail

      • convertSubqueryLimitStringToLong

        public long convertSubqueryLimitStringToLong​(String maxSubqueryLimit)