Package org.apache.druid.segment
Class DictionaryEncodedColumnMerger.IndexSeekerWithConversion
java.lang.Object
org.apache.druid.segment.DictionaryEncodedColumnMerger.IndexSeekerWithConversion
- All Implemented Interfaces:
DictionaryEncodedColumnMerger.IndexSeeker
- Enclosing class:
DictionaryEncodedColumnMerger<T extends Comparable<T>>
protected static class DictionaryEncodedColumnMerger.IndexSeekerWithConversion
extends Object
implements DictionaryEncodedColumnMerger.IndexSeeker
Get old dictId from new dictId, and only support access in order
-
Field Summary
Fields inherited from interface org.apache.druid.segment.DictionaryEncodedColumnMerger.IndexSeeker
NOT_EXIST, NOT_INIT -
Method Summary
-
Method Details
-
seek
public int seek(int dictId) - Specified by:
seekin interfaceDictionaryEncodedColumnMerger.IndexSeeker
-