Package org.apache.pinot.segment.local.realtime.impl.dictionary
-
Class Summary Class Description BaseOffHeapMutableDictionary Off-heap mutable dictionaries have the following elements: - A forward map from dictionary ID to the actual value.BaseOnHeapMutableDictionary The classBaseOnHeapMutableDictionaryis the implementation of the mutable dictionary required by REALTIME consuming segments.BigDecimalOffHeapMutableDictionary BigDecimalOnHeapMutableDictionary BytesOffHeapMutableDictionary BytesOnHeapMutableDictionary DoubleOffHeapMutableDictionary DoubleOnHeapMutableDictionary FloatOffHeapMutableDictionary FloatOnHeapMutableDictionary IntOffHeapMutableDictionary IntOnHeapMutableDictionary LongOffHeapMutableDictionary LongOnHeapMutableDictionary MutableDictionaryFactory OffHeapMutableBytesStore Off-heap variable length mutable bytes store.StringOffHeapMutableDictionary StringOnHeapMutableDictionary