Uses of Class
org.apache.druid.query.filter.InDimFilter
Packages that use InDimFilter
-
Uses of InDimFilter in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter with parameters of type InDimFilterModifier and TypeMethodDescriptionstatic InDimFilter.ValuesSetInDimFilter.optimizeLookup(InDimFilter inFilter, boolean mayIncludeUnknown) If the provided "in" filter uses aLookupExtractionFnthat can be reversed, then return the matching set of keys as aInDimFilter.ValuesSet.static InDimFilter.ValuesSetInDimFilter.optimizeLookup(InDimFilter inFilter, boolean mayIncludeUnknown, int maxSize) If the provided "in" filter uses aLookupExtractionFnthat can be reversed, then return the matching set of keys as aInDimFilter.ValuesSet.