Uses of Package
org.apache.druid.segment.index.semantic
-
Packages that use org.apache.druid.segment.index.semantic Package Description org.apache.druid.math.expr org.apache.druid.segment.index org.apache.druid.segment.index.semantic -
Classes in org.apache.druid.segment.index.semantic used by org.apache.druid.math.expr Class Description DictionaryEncodedValueIndex This exposes a 'raw' view into bitmap value indexes forDictionaryEncodedColumn. -
Classes in org.apache.druid.segment.index.semantic used by org.apache.druid.segment.index Class Description DictionaryEncodedStringValueIndex This exposes a 'raw' view into bitmap value indexes of a stringDictionaryEncodedColumn.DictionaryEncodedValueIndex This exposes a 'raw' view into bitmap value indexes forDictionaryEncodedColumn.DruidPredicateIndexes Uses aDruidPredicateFactoryto construct aBitmapColumnIndexcontaining rows for all values which satisfy the predicate.LexicographicalRangeIndexes An optimized column valueBitmapColumnIndexprovider for columns which are stored in 'lexicographical' order, allowing short-circuit processing of string value ranges.StringValueSetIndexes Deprecated.Utf8ValueSetIndexes Construct aBitmapColumnIndexfor a set of utf8 byte values which might be present in the column.ValueIndexes Construct aBitmapColumnIndexfor a specific value which might be present in the column.ValueSetIndexes Construct aBitmapColumnIndexfor a set of values which might be present in the column. -
Classes in org.apache.druid.segment.index.semantic used by org.apache.druid.segment.index.semantic Class Description DictionaryEncodedValueIndex This exposes a 'raw' view into bitmap value indexes forDictionaryEncodedColumn.