Uses of Interface
org.apache.druid.segment.index.semantic.DictionaryEncodedValueIndex
-
Packages that use DictionaryEncodedValueIndex Package Description org.apache.druid.math.expr org.apache.druid.segment.index org.apache.druid.segment.index.semantic -
-
Uses of DictionaryEncodedValueIndex in org.apache.druid.math.expr
Constructors in org.apache.druid.math.expr with parameters of type DictionaryEncodedValueIndex Constructor Description ExpressionPredicateIndexSupplier(Expr expr, String inputColumn, ExpressionType inputType, ColumnType outputType, DictionaryEncodedValueIndex<?> inputColumnValueIndexes) -
Uses of DictionaryEncodedValueIndex in org.apache.druid.segment.index
Classes in org.apache.druid.segment.index that implement DictionaryEncodedValueIndex Modifier and Type Class Description classIndexedStringDictionaryEncodedStringValueIndex<TDictionary extends Indexed<String>> -
Uses of DictionaryEncodedValueIndex in org.apache.druid.segment.index.semantic
Subinterfaces of DictionaryEncodedValueIndex in org.apache.druid.segment.index.semantic Modifier and Type Interface Description interfaceDictionaryEncodedStringValueIndexThis exposes a 'raw' view into bitmap value indexes of a stringDictionaryEncodedColumn.
-