Class MutableDictionaryFactory
- java.lang.Object
-
- org.apache.pinot.segment.local.realtime.impl.dictionary.MutableDictionaryFactory
-
public class MutableDictionaryFactory extends Object
-
-
Method Summary
Modifier and Type Method Description static MutableDictionarygetMutableDictionary(FieldSpec.DataType dataType, boolean isOffHeapAllocation, PinotDataBufferMemoryManager memoryManager, int avgLength, int cardinality, String allocationContext)
-
-
-
Method Detail
-
getMutableDictionary
public static MutableDictionary getMutableDictionary(FieldSpec.DataType dataType, boolean isOffHeapAllocation, PinotDataBufferMemoryManager memoryManager, int avgLength, int cardinality, String allocationContext)
-
-