public interface DictionaryEncodedValueIndex
DictionaryEncodedColumn. This allows callers
to directly retrieve bitmaps via dictionary ids.
This interface should only be used when it is beneficial to operate in such a manner; callers of this class must
either already know what value the dictionary id represents, not care at all, or have some other means to know
exactly which bitmaps to retrieve.
Most filter implementations should likely be using higher level index instead, such as StringValueSetIndex,
LexicographicalRangeIndex, NumericRangeIndex, or DruidPredicateIndex.| Modifier and Type | Method and Description |
|---|---|
ImmutableBitmap |
getBitmap(int idx)
Get the
ImmutableBitmap for dictionary id of the underlying dictionary |
ImmutableBitmap getBitmap(int idx)
ImmutableBitmap for dictionary id of the underlying dictionaryCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.