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