Class MutableIndexContext.Dictionary
- java.lang.Object
-
- org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext.Wrapper
-
- org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext.Dictionary
-
- All Implemented Interfaces:
MutableIndexContext
- Enclosing interface:
- MutableIndexContext
public static class MutableIndexContext.Dictionary extends MutableIndexContext.Wrapper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext
MutableIndexContext.Builder, MutableIndexContext.Common, MutableIndexContext.Dictionary, MutableIndexContext.Forward, MutableIndexContext.Inverted, MutableIndexContext.Json, MutableIndexContext.Text, MutableIndexContext.Wrapper
-
-
Constructor Summary
Constructors Constructor Description Dictionary(MutableIndexContext wrapped, int estimatedColSize, int estimatedCardinality)
-
Method Summary
Modifier and Type Method Description intgetEstimatedCardinality()intgetEstimatedColSize()-
Methods inherited from class org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext.Wrapper
getCapacity, getFieldSpec, getMemoryManager, getSegmentName, hasDictionary, isOffHeap
-
-
-
-
Constructor Detail
-
Dictionary
public Dictionary(MutableIndexContext wrapped, int estimatedColSize, int estimatedCardinality)
-
-