Uses of Class
org.apache.druid.segment.index.SimpleBitmapColumnIndex
Packages that use SimpleBitmapColumnIndex
-
Uses of SimpleBitmapColumnIndex in org.apache.druid.segment.index
Subclasses of SimpleBitmapColumnIndex in org.apache.druid.segment.indexModifier and TypeClassDescriptionclassCommonBitmapColumnIndeximplementation for indexes which need to scan a range of values.classCommonBitmapColumnIndeximplementation for indexes which are computed by scanning the entire value dictionary of the underlying column to check if the value index matches the filter.classfinal classSimpleBitmapColumnIndexwhich wraps a singleImmutableBitmapwith no 'unknowns', e.g.classSimpleBitmapColumnIndexfor anything which can compute anIterable<ImmutableBitmap>in some manner -
Uses of SimpleBitmapColumnIndex in org.apache.druid.segment.index.semantic
Subclasses of SimpleBitmapColumnIndex in org.apache.druid.segment.index.semantic