Uses of Interface
org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext
-
Packages that use MutableIndexContext Package Description org.apache.pinot.segment.spi.index.mutable.provider -
-
Uses of MutableIndexContext in org.apache.pinot.segment.spi.index.mutable.provider
Classes in org.apache.pinot.segment.spi.index.mutable.provider that implement MutableIndexContext Modifier and Type Class Description static classMutableIndexContext.Commonstatic classMutableIndexContext.Dictionarystatic classMutableIndexContext.Forwardstatic classMutableIndexContext.Invertedstatic classMutableIndexContext.Jsonstatic classMutableIndexContext.Textstatic classMutableIndexContext.WrapperConstructors in org.apache.pinot.segment.spi.index.mutable.provider with parameters of type MutableIndexContext Constructor Description Dictionary(MutableIndexContext wrapped, int estimatedColSize, int estimatedCardinality)Forward(MutableIndexContext wrapped, int avgNumMultiValues)Inverted(MutableIndexContext wrapped)Json(MutableIndexContext wrapped, JsonIndexConfig jsonIndexConfig)Text(MutableIndexContext wrapped)Wrapper(MutableIndexContext wrapped)
-