Modifier and Type | Class and Description |
---|---|
class |
BitSetBitmapFactory
BitSetBitmapFactory implements BitmapFactory as a wrapper for java.util.BitSet
|
class |
ConciseBitmapFactory
As the name suggests, this class instantiates bitmaps of the types
WrappedConciseBitmap and WrappedImmutableConciseBitmap.
|
class |
RoaringBitmapFactory
As the name suggests, this class instantiates bitmaps of the types
WrappedRoaringBitmap and WrappedImmutableRoaringBitmap.
|
Modifier and Type | Method and Description |
---|---|
BitmapFactory |
RTree.getBitmapFactory() |
BitmapFactory |
ImmutableNode.getBitmapFactory() |
Constructor and Description |
---|
ImmutableNode(int numDims,
int initialOffset,
int offsetFromInitial,
ByteBuffer data,
BitmapFactory bitmapFactory) |
ImmutableNode(int numDims,
int initialOffset,
int offsetFromInitial,
short numChildren,
boolean leaf,
ByteBuffer data,
BitmapFactory bitmapFactory) |
ImmutablePoint(int numDims,
int initialOffset,
int offsetFromInitial,
ByteBuffer data,
BitmapFactory bitmapFactory) |
ImmutableRTree(ByteBuffer data,
BitmapFactory bitmapFactory) |
Node(float[] minCoordinates,
float[] maxCoordinates,
boolean isLeaf,
BitmapFactory bitmapFactory) |
Point(float[] coords,
int entry,
BitmapFactory bitmapFactory) |
RTree(BitmapFactory bitmapFactory) |
RTree(int numDims,
SplitStrategy splitStrategy,
BitmapFactory bitmapFactory) |
Constructor and Description |
---|
GutmanSplitStrategy(int minNumChildren,
int maxNumChildren,
BitmapFactory b) |
LinearGutmanSplitStrategy(int minNumChildren,
int maxNumChildren,
BitmapFactory bf) |
QuadraticGutmanSplitStrategy(int minNumChildren,
int maxNumChildren,
BitmapFactory bf) |
Modifier and Type | Method and Description |
---|---|
BitmapFactory |
BitmapIndexSelector.getBitmapFactory() |
Modifier and Type | Method and Description |
---|---|
BitmapFactory |
ColumnSelectorBitmapIndexSelector.getBitmapFactory() |
BitmapFactory |
SimpleQueryableIndex.getBitmapFactoryForDimensions() |
BitmapFactory |
QueryableIndex.getBitmapFactoryForDimensions() |
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) |
Constructor and Description |
---|
BitmapOffset(BitmapFactory bitmapFactory,
ImmutableBitmap bitmapIndex,
boolean descending) |
ColumnSelectorBitmapIndexSelector(BitmapFactory bitmapFactory,
VirtualColumns virtualColumns,
ColumnSelector index) |
SimpleQueryableIndex(org.joda.time.Interval dataInterval,
Indexed<String> columnNames,
Indexed<String> dimNames,
BitmapFactory bitmapFactory,
Map<String,Column> columns,
SmooshedFileMapper fileMapper,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
BitmapFactory |
BitmapIndex.getBitmapFactory() |
Modifier and Type | Method and Description |
---|---|
BitmapFactory |
RoaringBitmapSerdeFactory.getBitmapFactory() |
BitmapFactory |
ConciseBitmapSerdeFactory.getBitmapFactory() |
BitmapFactory |
BitmapSerdeFactory.getBitmapFactory() |
Constructor and Description |
---|
ImmutableRTreeObjectStrategy(BitmapFactory bitmapFactory) |
Constructor and Description |
---|
IncrementalIndexAdapter(org.joda.time.Interval dataInterval,
IncrementalIndex<?> index,
BitmapFactory bitmapFactory) |
Constructor and Description |
---|
BitmapIndexColumnPartSupplier(BitmapFactory bitmapFactory,
GenericIndexed<ImmutableBitmap> bitmaps,
GenericIndexed<String> dictionary) |
Copyright © 2011–2017. All rights reserved.