Package | Description |
---|---|
io.druid.collections | |
io.druid.collections.bitmap | |
io.druid.collections.spatial | |
io.druid.query.aggregation.distinctcount | |
io.druid.segment |
Modifier and Type | Method and Description |
---|---|
static IntegerSet |
IntegerSet.wrap(MutableBitmap mutableBitmap) |
Constructor and Description |
---|
BitSetIterator(MutableBitmap bitSet) |
Modifier and Type | Class and Description |
---|---|
class |
WrappedBitSetBitmap
WrappedBitSetBitmap implements MutableBitmap for java.util.BitSet
|
class |
WrappedConciseBitmap |
class |
WrappedRoaringBitmap |
Modifier and Type | Method and Description |
---|---|
MutableBitmap |
RoaringBitmapFactory.makeEmptyMutableBitmap() |
MutableBitmap |
ConciseBitmapFactory.makeEmptyMutableBitmap() |
MutableBitmap |
BitmapFactory.makeEmptyMutableBitmap()
Create a new empty bitmap
|
MutableBitmap |
BitSetBitmapFactory.makeEmptyMutableBitmap() |
Modifier and Type | Method and Description |
---|---|
void |
WrappedRoaringBitmap.and(MutableBitmap mutableBitmap) |
void |
WrappedConciseBitmap.and(MutableBitmap mutableBitmap) |
void |
WrappedBitSetBitmap.and(MutableBitmap mutableBitmap) |
void |
MutableBitmap.and(MutableBitmap mutableBitmap)
Compute the bitwise-and of this bitmap with another bitmap.
|
void |
WrappedRoaringBitmap.andNot(MutableBitmap mutableBitmap) |
void |
WrappedConciseBitmap.andNot(MutableBitmap mutableBitmap) |
void |
WrappedBitSetBitmap.andNot(MutableBitmap mutableBitmap) |
void |
MutableBitmap.andNot(MutableBitmap mutableBitmap)
Compute the bitwise-andNot of this bitmap with another bitmap.
|
ImmutableBitmap |
RoaringBitmapFactory.makeImmutableBitmap(MutableBitmap mutableBitmap) |
ImmutableBitmap |
ConciseBitmapFactory.makeImmutableBitmap(MutableBitmap mutableBitmap) |
ImmutableBitmap |
BitmapFactory.makeImmutableBitmap(MutableBitmap mutableBitmap) |
ImmutableBitmap |
BitSetBitmapFactory.makeImmutableBitmap(MutableBitmap mutableBitmap) |
void |
WrappedRoaringBitmap.or(MutableBitmap mutableBitmap) |
void |
WrappedConciseBitmap.or(MutableBitmap mutableBitmap) |
void |
WrappedBitSetBitmap.or(MutableBitmap mutableBitmap) |
void |
MutableBitmap.or(MutableBitmap mutableBitmap)
Compute the bitwise-or of this bitmap with another bitmap.
|
void |
WrappedRoaringBitmap.xor(MutableBitmap mutableBitmap) |
void |
WrappedConciseBitmap.xor(MutableBitmap mutableBitmap) |
void |
WrappedBitSetBitmap.xor(MutableBitmap mutableBitmap) |
void |
MutableBitmap.xor(MutableBitmap mutableBitmap)
Compute the bitwise-xor of this bitmap with another bitmap.
|
Modifier and Type | Method and Description |
---|---|
MutableBitmap |
Point.getBitmap() |
MutableBitmap |
Node.getBitmap() |
Modifier and Type | Method and Description |
---|---|
void |
RTree.insert(float[] coords,
MutableBitmap entry) |
Constructor and Description |
---|
Node(float[] minCoordinates,
float[] maxCoordinates,
List<Node> children,
boolean isLeaf,
Node parent,
MutableBitmap bitmap) |
Point(float[] coords,
MutableBitmap entry) |
Modifier and Type | Method and Description |
---|---|
MutableBitmap |
RoaringBitMapFactory.makeEmptyMutableBitmap() |
MutableBitmap |
JavaBitMapFactory.makeEmptyMutableBitmap() |
MutableBitmap |
ConciseBitMapFactory.makeEmptyMutableBitmap() |
MutableBitmap |
BitMapFactory.makeEmptyMutableBitmap()
Create a new empty bitmap
|
Constructor and Description |
---|
DistinctCountAggregator(DimensionSelector selector,
MutableBitmap mutableBitmap) |
Modifier and Type | Field and Description |
---|---|
protected MutableBitmap |
StringDimensionMergerV9.nullRowsBitmap |
Modifier and Type | Method and Description |
---|---|
void |
DimensionIndexer.fillBitmapsFromUnsortedEncodedKeyComponent(EncodedKeyComponentType key,
int rowNum,
MutableBitmap[] bitmapIndexes,
BitmapFactory factory)
Helper function for building bitmap indexes for integer-encoded dimensions.
|
void |
FloatDimensionIndexer.fillBitmapsFromUnsortedEncodedKeyComponent(Float key,
int rowNum,
MutableBitmap[] bitmapIndexes,
BitmapFactory factory) |
void |
StringDimensionIndexer.fillBitmapsFromUnsortedEncodedKeyComponent(int[] key,
int rowNum,
MutableBitmap[] bitmapIndexes,
BitmapFactory factory) |
void |
LongDimensionIndexer.fillBitmapsFromUnsortedEncodedKeyComponent(Long key,
int rowNum,
MutableBitmap[] bitmapIndexes,
BitmapFactory factory) |
Copyright © 2011–2017. All rights reserved.