Uses of Class
org.apache.druid.segment.index.SimpleBitmapColumnIndex
-
Packages that use SimpleBitmapColumnIndex Package Description org.apache.druid.segment.index org.apache.druid.segment.index.semantic -
-
Uses of SimpleBitmapColumnIndex in org.apache.druid.segment.index
Subclasses of SimpleBitmapColumnIndex in org.apache.druid.segment.index Modifier and Type Class Description classDictionaryRangeScanningBitmapIndexCommonBitmapColumnIndeximplementation for indexes which need to scan a range of values.classDictionaryScanningBitmapIndexCommonBitmapColumnIndeximplementation for indexes which are computed by scanning the entire value dictionary of the underlying column to check if the value index matches the filter.classSimpleImmutableBitmapDelegatingIterableIndexclassSimpleImmutableBitmapIndexSimpleBitmapColumnIndexwhich wraps a singleImmutableBitmapwith no 'unknowns', e.g.classSimpleImmutableBitmapIterableIndexSimpleBitmapColumnIndexfor anything which can compute anIterablein some manner -
Uses of SimpleBitmapColumnIndex in org.apache.druid.segment.index.semantic
Subclasses of SimpleBitmapColumnIndex in org.apache.druid.segment.index.semantic Modifier and Type Class Description static classValueSetIndexes.BaseValueSetIndexesFromIterable
-