Uses of Class
org.apache.druid.query.filter.InDimFilter.ValuesSet
Packages that use InDimFilter.ValuesSet
Package
Description
-
Uses of InDimFilter.ValuesSet in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return InDimFilter.ValuesSetModifier and TypeMethodDescriptionstatic InDimFilter.ValuesSetInDimFilter.ValuesSet.copyOf(Collection<String> values) Creates a ValuesSet copying the provided collection.static InDimFilter.ValuesSetCreates a ValuesSet copying the provided iterator.static InDimFilter.ValuesSetInDimFilter.ValuesSet.create()Creates an empty ValuesSet.static InDimFilter.ValuesSetCreates a ValuesSet wrapping the provided single value.static 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.Constructors in org.apache.druid.query.filter with parameters of type InDimFilter.ValuesSetModifierConstructorDescriptionInDimFilter(String dimension, InDimFilter.ValuesSet values, ExtractionFn extractionFn, FilterTuning filterTuning) Creates a new filter.InFilterDruidPredicateFactory(ExtractionFn extractionFn, InDimFilter.ValuesSet values) -
Uses of InDimFilter.ValuesSet in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return types with arguments of type InDimFilter.ValuesSetModifier and TypeMethodDescriptionJoinable.getCorrelatedColumnValues(String searchColumnName, String searchColumnValue, String retrievalColumnName, long maxCorrelationSetSize, boolean allowNonKeyColumnSearch) Searches a column from this Joinable for a particular value, finds rows that match, and returns values of a second column for those rows. -
Uses of InDimFilter.ValuesSet in org.apache.druid.segment.join.filter
Methods in org.apache.druid.segment.join.filter that return types with arguments of type InDimFilter.ValuesSet -
Uses of InDimFilter.ValuesSet in org.apache.druid.segment.join.lookup
Methods in org.apache.druid.segment.join.lookup that return types with arguments of type InDimFilter.ValuesSetModifier and TypeMethodDescriptionLookupJoinable.getCorrelatedColumnValues(String searchColumnName, String searchColumnValue, String retrievalColumnName, long maxCorrelationSetSize, boolean allowNonKeyColumnSearch) -
Uses of InDimFilter.ValuesSet in org.apache.druid.segment.join.table
Methods in org.apache.druid.segment.join.table that return types with arguments of type InDimFilter.ValuesSetModifier and TypeMethodDescriptionIndexedTableJoinable.getCorrelatedColumnValues(String searchColumnName, String searchColumnValue, String retrievalColumnName, long maxCorrelationSetSize, boolean allowNonKeyColumnSearch)