Uses of Interface
org.apache.druid.collections.bitmap.MutableBitmap
-
Packages that use MutableBitmap Package Description org.apache.druid.collections org.apache.druid.collections.bitmap org.apache.druid.collections.spatial org.apache.druid.segment org.apache.druid.segment.nested -
-
Uses of MutableBitmap in org.apache.druid.collections
Methods in org.apache.druid.collections with parameters of type MutableBitmap Modifier and Type Method Description static IntegerSetIntegerSet. wrap(MutableBitmap mutableBitmap)Constructors in org.apache.druid.collections with parameters of type MutableBitmap Constructor Description BitSetIterator(MutableBitmap bitSet) -
Uses of MutableBitmap in org.apache.druid.collections.bitmap
Classes in org.apache.druid.collections.bitmap that implement MutableBitmap Modifier and Type Class Description classWrappedBitSetBitmapWrappedBitSetBitmap implements MutableBitmap for java.util.BitSetclassWrappedConciseBitmapclassWrappedRoaringBitmapMethods in org.apache.druid.collections.bitmap that return MutableBitmap Modifier and Type Method Description MutableBitmapBitmapFactory. makeEmptyMutableBitmap()Create a new empty bitmapMutableBitmapBitSetBitmapFactory. makeEmptyMutableBitmap()MutableBitmapConciseBitmapFactory. makeEmptyMutableBitmap()MutableBitmapRoaringBitmapFactory. makeEmptyMutableBitmap()Methods in org.apache.druid.collections.bitmap with parameters of type MutableBitmap Modifier and Type Method Description voidWrappedBitSetBitmap. and(MutableBitmap mutableBitmap)voidWrappedBitSetBitmap. andNot(MutableBitmap mutableBitmap)ImmutableBitmapBitmapFactory. makeImmutableBitmap(MutableBitmap mutableBitmap)ImmutableBitmapBitSetBitmapFactory. makeImmutableBitmap(MutableBitmap mutableBitmap)ImmutableBitmapConciseBitmapFactory. makeImmutableBitmap(MutableBitmap mutableBitmap)ImmutableBitmapRoaringBitmapFactory. makeImmutableBitmap(MutableBitmap mutableBitmap)voidMutableBitmap. or(MutableBitmap mutableBitmap)Compute the bitwise-or of this bitmap with another bitmap.voidWrappedBitSetBitmap. or(MutableBitmap mutableBitmap)voidWrappedConciseBitmap. or(MutableBitmap mutableBitmap)voidWrappedRoaringBitmap. or(MutableBitmap mutableBitmap) -
Uses of MutableBitmap in org.apache.druid.collections.spatial
Methods in org.apache.druid.collections.spatial that return MutableBitmap Modifier and Type Method Description MutableBitmapNode. getBitmap()MutableBitmapPoint. getBitmap()Methods in org.apache.druid.collections.spatial with parameters of type MutableBitmap Modifier and Type Method Description voidRTree. insert(float[] coords, MutableBitmap entry)Constructors in org.apache.druid.collections.spatial with parameters of type MutableBitmap Constructor Description Node(float[] minCoordinates, float[] maxCoordinates, Node child, boolean isLeaf, Node parent, MutableBitmap bitmap)This constructor accepts a single nullable child Node (null value means no child) instead of a collection of children Nodes, because Nodes with no more than one child are created in the codebase yet, while passing a collection of Nodes would necessitate making a defensive copy of this collection in the constructor and extra overhead.Point(float[] coords, MutableBitmap entry) -
Uses of MutableBitmap in org.apache.druid.segment
Fields in org.apache.druid.segment declared as MutableBitmap Modifier and Type Field Description protected MutableBitmapDictionaryEncodedColumnMerger. nullRowsBitmapMethods in org.apache.druid.segment that return MutableBitmap Modifier and Type Method Description protected MutableBitmapDictionaryEncodedColumnMerger. mergeBitmaps(List<IntBuffer> segmentRowNumConversions, BitmapFactory bmpFactory, DictionaryEncodedColumnMerger.IndexSeeker[] dictIdSeeker, int dictId)Methods in org.apache.druid.segment with parameters of type MutableBitmap Modifier and Type Method Description voidAutoTypeColumnIndexer. fillBitmapsFromUnsortedEncodedKeyComponent(StructuredData key, int rowNum, MutableBitmap[] bitmapIndexes, BitmapFactory factory)voidDimensionIndexer. fillBitmapsFromUnsortedEncodedKeyComponent(EncodedKeyComponentType key, int rowNum, MutableBitmap[] bitmapIndexes, BitmapFactory factory)Helper function for building bitmap indexes for integer-encoded dimensions.voidDoubleDimensionIndexer. fillBitmapsFromUnsortedEncodedKeyComponent(Double key, int rowNum, MutableBitmap[] bitmapIndexes, BitmapFactory factory)voidFloatDimensionIndexer. fillBitmapsFromUnsortedEncodedKeyComponent(Float key, int rowNum, MutableBitmap[] bitmapIndexes, BitmapFactory factory)voidLongDimensionIndexer. fillBitmapsFromUnsortedEncodedKeyComponent(Long key, int rowNum, MutableBitmap[] bitmapIndexes, BitmapFactory factory)voidNestedDataColumnIndexerV4. fillBitmapsFromUnsortedEncodedKeyComponent(StructuredData key, int rowNum, MutableBitmap[] bitmapIndexes, BitmapFactory factory)voidStringDimensionIndexer. fillBitmapsFromUnsortedEncodedKeyComponent(int[] key, int rowNum, MutableBitmap[] bitmapIndexes, BitmapFactory factory)voidDictionaryEncodedColumnMerger.ExtendedIndexesMerger. mergeIndexes(int dictId, MutableBitmap mergedIndexes)Merge extended indexes for the given dictionaryId value.voidStringDimensionMergerV9.SpatialIndexesMerger. mergeIndexes(int dictId, MutableBitmap mergedIndexes) -
Uses of MutableBitmap in org.apache.druid.segment.nested
Fields in org.apache.druid.segment.nested with type parameters of type MutableBitmap Modifier and Type Field Description protected it.unimi.dsi.fastutil.ints.Int2ObjectRBTreeMap<MutableBitmap>GlobalDictionaryEncodedFieldColumnWriter. arrayElements
-