Uses of Interface
org.apache.druid.segment.data.BitmapValues
-
Packages that use BitmapValues Package Description org.apache.druid.segment org.apache.druid.segment.data org.apache.druid.segment.incremental -
-
Uses of BitmapValues in org.apache.druid.segment
Methods in org.apache.druid.segment that return BitmapValues Modifier and Type Method Description BitmapValuesIndexableAdapter. getBitmapValues(String dimension, int dictId)BitmapValuesQueryableIndexIndexableAdapter. getBitmapValues(String dimension, int dictId) -
Uses of BitmapValues in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement BitmapValues Modifier and Type Class Description classImmutableBitmapValuesFields in org.apache.druid.segment.data declared as BitmapValues Modifier and Type Field Description static BitmapValuesBitmapValues. EMPTY -
Uses of BitmapValues in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return BitmapValues Modifier and Type Method Description BitmapValuesIncrementalIndexAdapter. getBitmapValues(String dimension, int index)
-