Uses of Class
org.apache.pinot.segment.local.segment.index.readers.BaseImmutableDictionary
-
-
Uses of BaseImmutableDictionary in org.apache.pinot.segment.local.segment.index.column
Methods in org.apache.pinot.segment.local.segment.index.column that return BaseImmutableDictionary Modifier and Type Method Description BaseImmutableDictionaryPhysicalColumnIndexContainer. getDictionary()static BaseImmutableDictionaryPhysicalColumnIndexContainer. loadDictionary(PinotDataBuffer dictionaryBuffer, ColumnMetadata metadata, boolean loadOnHeap) -
Uses of BaseImmutableDictionary in org.apache.pinot.segment.local.segment.index.loader
Methods in org.apache.pinot.segment.local.segment.index.loader that return BaseImmutableDictionary Modifier and Type Method Description static BaseImmutableDictionaryLoaderUtils. getDictionary(SegmentDirectory.Reader segmentReader, ColumnMetadata columnMetadata)Returns the dictionary for the given column. -
Uses of BaseImmutableDictionary in org.apache.pinot.segment.local.segment.index.readers
Subclasses of BaseImmutableDictionary in org.apache.pinot.segment.local.segment.index.readers Modifier and Type Class Description classBigDecimalDictionaryExtension ofBaseImmutableDictionarythat implements immutable dictionary for BigDecimal type.classBytesDictionaryExtension ofBaseImmutableDictionarythat implements immutable dictionary for byte[] type.classConstantValueBigDecimalDictionaryDictionary of a single BIG_DECIMAL value.classConstantValueBytesDictionaryDictionary of a single bytes (byte[]) value.classConstantValueDoubleDictionaryDictionary of a single double value.classConstantValueFloatDictionaryDictionary of a single float value.classConstantValueIntDictionaryDictionary of a single int value.classConstantValueLongDictionaryDictionary of a single long value.classConstantValueStringDictionaryDictionary of a single string value.classDocIdDictionaryDocId dictionary for the segmentclassDoubleDictionaryclassFloatDictionaryclassIntDictionaryclassLongDictionaryclassOnHeapBigDecimalDictionaryImplementation of BIG_DECIMAL dictionary that cache all values on-heap.classOnHeapBytesDictionaryImplementation of BYTES dictionary that cache all values on-heap.classOnHeapDoubleDictionaryImplementation of double dictionary that cache all values on-heap.classOnHeapFloatDictionaryImplementation of float dictionary that cache all values on-heap.classOnHeapIntDictionaryImplementation of int dictionary that cache all values on-heap.classOnHeapLongDictionaryImplementation of long dictionary that cache all values on-heap.classOnHeapStringDictionaryImplementation of String dictionary that cache all values on-heap.classStringDictionary
-