Uses of Interface
org.apache.druid.query.CacheStrategy.AddToResultFunction
Packages that use CacheStrategy.AddToResultFunction
-
Uses of CacheStrategy.AddToResultFunction in org.apache.druid.query
Methods in org.apache.druid.query with parameters of type CacheStrategy.AddToResultFunctionModifier and TypeMethodDescriptionstatic voidCacheStrategy.fetchAggregatorsFromCache(List<AggregatorFactory> aggregators, Iterator<Object> resultIter, boolean isResultLevelCache, CacheStrategy.AddToResultFunction addToResultFunction) Helper function used by TopN, GroupBy, Timeseries queries inCacheStrategy.pullFromCache(boolean).