Package org.apache.druid.segment
Interface IdLookup
-
- All Known Implementing Classes:
ConstantDimensionSelector,NilVectorSelector,PossiblyNullDimensionSelector,StringUtf8DictionaryEncodedColumn.StringMultiValueDimensionVectorSelector,StringUtf8DictionaryEncodedColumn.StringSingleValueDimensionVectorSelector
public interface IdLookup"Mixin" forDimensionSelector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intlookupId(String name)Inverse ofDimensionDictionarySelector.lookupName(int).
-
-
-
Method Detail
-
lookupId
int lookupId(@Nullable String name)
Inverse ofDimensionDictionarySelector.lookupName(int).
-
-