Package org.apache.druid.segment
Interface DictionaryEncodedColumnMerger.IndexSeeker
- All Known Implementing Classes:
DictionaryEncodedColumnMerger.IndexSeekerWithConversion,DictionaryEncodedColumnMerger.IndexSeekerWithoutConversion
- Enclosing class:
DictionaryEncodedColumnMerger<T extends Comparable<T>>
protected static interface DictionaryEncodedColumnMerger.IndexSeeker
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NOT_EXIST
static final int NOT_EXIST- See Also:
-
NOT_INIT
static final int NOT_INIT- See Also:
-
-
Method Details
-
seek
int seek(int dictId)
-