Package org.apache.druid.segment
Class DictionaryEncodedColumnMerger.IndexSeekerWithoutConversion
java.lang.Object
org.apache.druid.segment.DictionaryEncodedColumnMerger.IndexSeekerWithoutConversion
- All Implemented Interfaces:
DictionaryEncodedColumnMerger.IndexSeeker
- Enclosing class:
DictionaryEncodedColumnMerger<T extends Comparable<T>>
protected static class DictionaryEncodedColumnMerger.IndexSeekerWithoutConversion
extends Object
implements DictionaryEncodedColumnMerger.IndexSeeker
-
Field Summary
Fields inherited from interface org.apache.druid.segment.DictionaryEncodedColumnMerger.IndexSeeker
NOT_EXIST, NOT_INIT -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexSeekerWithoutConversion
public IndexSeekerWithoutConversion(int limit)
-
-
Method Details
-
seek
public int seek(int dictId) - Specified by:
seekin interfaceDictionaryEncodedColumnMerger.IndexSeeker
-