Package org.apache.druid.segment.index
package org.apache.druid.segment.index
-
ClassDescriptionLike
AllFalseBitmapColumnIndexduring normal operation, except if called with 'includeUnknowns' becomes likeAllTrueBitmapColumnIndex.Common interface for bitmap indexes for use byFilterfor cursor creation, to allow fast row skipping during query processing.CommonBitmapColumnIndeximplementation for indexes which need to scan a range of values.CommonBitmapColumnIndeximplementation for indexes which are computed by scanning the entire value dictionary of the underlying column to check if the value index matches the filter.BitmapColumnIndexwith Druids "default"ColumnIndexCapabilities.SimpleBitmapColumnIndexwhich wraps a singleImmutableBitmapwith no 'unknowns', e.g.SimpleBitmapColumnIndexfor anything which can compute anIterable<ImmutableBitmap>in some manner