Uses of Interface
org.apache.druid.segment.DictionaryEncodedColumnMerger.IndexSeeker
-
Packages that use DictionaryEncodedColumnMerger.IndexSeeker Package Description org.apache.druid.segment -
-
Uses of DictionaryEncodedColumnMerger.IndexSeeker in org.apache.druid.segment
Classes in org.apache.druid.segment that implement DictionaryEncodedColumnMerger.IndexSeeker Modifier and Type Class Description protected static classDictionaryEncodedColumnMerger.IndexSeekerWithConversionGet old dictId from new dictId, and only support access in orderprotected static classDictionaryEncodedColumnMerger.IndexSeekerWithoutConversionMethods in org.apache.druid.segment that return DictionaryEncodedColumnMerger.IndexSeeker Modifier and Type Method Description protected DictionaryEncodedColumnMerger.IndexSeeker[]DictionaryEncodedColumnMerger. toIndexSeekers(List<IndexableAdapter> adapters, ArrayList<IntBuffer> dimConversions, String dimension)Methods in org.apache.druid.segment with parameters of type DictionaryEncodedColumnMerger.IndexSeeker Modifier and Type Method Description protected MutableBitmapDictionaryEncodedColumnMerger. mergeBitmaps(List<IntBuffer> segmentRowNumConversions, BitmapFactory bmpFactory, DictionaryEncodedColumnMerger.IndexSeeker[] dictIdSeeker, int dictId)
-