Uses of Class
org.apache.druid.query.filter.InDimFilter.ValuesSet
-
-
Uses of InDimFilter.ValuesSet in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return InDimFilter.ValuesSet Modifier and Type Method Description static InDimFilter.ValuesSetInDimFilter.ValuesSet. copyOf(Collection<String> values)Creates a ValuesSet copying the provided collection.static InDimFilter.ValuesSetInDimFilter.ValuesSet. copyOf(Iterator<String> values)Creates a ValuesSet copying the provided iterator, withNullHandling.emptyToNullIfNeeded(String)applied.static InDimFilter.ValuesSetInDimFilter.ValuesSet. create()Creates an empty ValuesSet.static InDimFilter.ValuesSetInDimFilter.ValuesSet. of(String value)Creates a ValuesSet wrapping the provided single value, withNullHandling.emptyToNullIfNeeded(String)applied.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.ValuesSet Constructor Description InDimFilter(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.ValuesSet Modifier and Type Method Description Optional<InDimFilter.ValuesSet>Joinable. 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 Modifier and Type Method Description Map<Pair<String,String>,Optional<InDimFilter.ValuesSet>>JoinFilterColumnCorrelationAnalysis. getCorrelatedValuesMap() -
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.ValuesSet Modifier and Type Method Description Optional<InDimFilter.ValuesSet>LookupJoinable. 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.ValuesSet Modifier and Type Method Description Optional<InDimFilter.ValuesSet>IndexedTableJoinable. getCorrelatedColumnValues(String searchColumnName, String searchColumnValue, String retrievalColumnName, long maxCorrelationSetSize, boolean allowNonKeyColumnSearch)
-