| BaseImmutableDictionary |
Base implementation of immutable dictionary.
|
| BigDecimalDictionary |
|
| BitmapInvertedIndexReader |
Reader for bitmap based inverted index.
|
| BitSlicedRangeIndexReader |
|
| BytesDictionary |
|
| ConstantValueBigDecimalDictionary |
Dictionary of a single BIG_DECIMAL value.
|
| ConstantValueBytesDictionary |
Dictionary of a single bytes (byte[]) value.
|
| ConstantValueDoubleDictionary |
Dictionary of a single double value.
|
| ConstantValueFloatDictionary |
Dictionary of a single float value.
|
| ConstantValueIntDictionary |
Dictionary of a single int value.
|
| ConstantValueLongDictionary |
Dictionary of a single long value.
|
| ConstantValueStringDictionary |
Dictionary of a single string value.
|
| DocIdDictionary |
DocId dictionary for the segment
|
| DoubleDictionary |
|
| FloatDictionary |
|
| IntDictionary |
|
| LongDictionary |
|
| LuceneFSTIndexReader |
This class loads FST index from PinotDataBuffer and creates a FST reader which
is used in finding matching results for regexp queries.
|
| NullValueVectorReaderImpl |
|
| OnHeapBigDecimalDictionary |
Implementation of BIG_DECIMAL dictionary that cache all values on-heap.
|
| OnHeapBytesDictionary |
Implementation of BYTES dictionary that cache all values on-heap.
|
| OnHeapDoubleDictionary |
Implementation of double dictionary that cache all values on-heap.
|
| OnHeapFloatDictionary |
Implementation of float dictionary that cache all values on-heap.
|
| OnHeapIntDictionary |
Implementation of int dictionary that cache all values on-heap.
|
| OnHeapLongDictionary |
Implementation of long dictionary that cache all values on-heap.
|
| OnHeapStringDictionary |
Implementation of String dictionary that cache all values on-heap.
|
| RangeIndexReaderImpl |
|
| StringDictionary |
|
| ValidDocIndexReaderImpl |
|