Uses of Class
org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext.Dictionary
-
Packages that use MutableIndexContext.Dictionary Package Description org.apache.pinot.segment.spi.index org.apache.pinot.segment.spi.index.mutable.provider -
-
Uses of MutableIndexContext.Dictionary in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index with parameters of type MutableIndexContext.Dictionary Modifier and Type Method Description MutableDictionaryIndexingOverrides.Default. newDictionary(MutableIndexContext.Dictionary context) -
Uses of MutableIndexContext.Dictionary in org.apache.pinot.segment.spi.index.mutable.provider
Methods in org.apache.pinot.segment.spi.index.mutable.provider that return MutableIndexContext.Dictionary Modifier and Type Method Description MutableIndexContext.DictionaryMutableIndexContext.Common. forDictionary(int estimatedColSize, int estimatedCardinality)Methods in org.apache.pinot.segment.spi.index.mutable.provider with parameters of type MutableIndexContext.Dictionary Modifier and Type Method Description MutableDictionaryMutableDictionaryProvider. newDictionary(MutableIndexContext.Dictionary context)
-