Uses of Class
org.apache.druid.query.lookup.LookupExtractor
Packages that use LookupExtractor
Package
Description
-
Uses of LookupExtractor in org.apache.druid.query.dimension
Methods in org.apache.druid.query.dimension that return LookupExtractorConstructors in org.apache.druid.query.dimension with parameters of type LookupExtractorModifierConstructorDescriptionLookupDimensionSpec(String dimension, String outputName, LookupExtractor lookup, boolean retainMissingValue, String replaceMissingValueWith, String name, Boolean optimize, LookupExtractorFactoryContainerProvider lookupExtractorFactoryContainerProvider) -
Uses of LookupExtractor in org.apache.druid.query.extraction
Subclasses of LookupExtractor in org.apache.druid.query.extractionModifier and TypeClassDescriptionclassLookup extractor backed by any kind of map. -
Uses of LookupExtractor in org.apache.druid.query.lookup
Subclasses of LookupExtractor in org.apache.druid.query.lookupMethods in org.apache.druid.query.lookup that return LookupExtractorModifier and TypeMethodDescriptionImmutableLookupMap.asLookupExtractor(boolean isOneToOne, Supplier<byte[]> cacheKey) LookupExtractionFn.getLookup()Constructors in org.apache.druid.query.lookup with parameters of type LookupExtractorModifierConstructorDescriptionLookupExtractionFn(LookupExtractor lookup, boolean retainMissingValue, String replaceMissingValueWith, Boolean injective, Boolean optimize) -
Uses of LookupExtractor in org.apache.druid.segment.join.lookup
Methods in org.apache.druid.segment.join.lookup with parameters of type LookupExtractorModifier and TypeMethodDescriptionstatic LookupJoinMatcherLookupJoinMatcher.create(LookupExtractor extractor, ColumnSelectorFactory leftSelectorFactory, JoinConditionAnalysis condition, boolean remainderNeeded) static LookupJoinableLookupJoinable.wrap(LookupExtractor extractor)