Class ValueSetIndexes.BaseValueSetIndexesFromIterable
java.lang.Object
org.apache.druid.segment.index.SimpleBitmapColumnIndex
org.apache.druid.segment.index.SimpleImmutableBitmapDelegatingIterableIndex
org.apache.druid.segment.index.semantic.ValueSetIndexes.BaseValueSetIndexesFromIterable
- All Implemented Interfaces:
BitmapColumnIndex
- Enclosing interface:
ValueSetIndexes
public abstract static class ValueSetIndexes.BaseValueSetIndexesFromIterable
extends SimpleImmutableBitmapDelegatingIterableIndex
-
Field Summary
Fields inherited from class org.apache.druid.segment.index.SimpleBitmapColumnIndex
CAPABILITIES -
Constructor Summary
ConstructorsConstructorDescriptionBaseValueSetIndexesFromIterable(BitmapFactory bitmapFactory, Indexed<ImmutableBitmap> bitmaps, com.google.common.base.Supplier<ImmutableBitmap> unknownsBitmap) -
Method Summary
Modifier and TypeMethodDescriptionprotected ImmutableBitmapgetBitmap(int idx) protected ImmutableBitmapMethods inherited from class org.apache.druid.segment.index.SimpleImmutableBitmapDelegatingIterableIndex
computeBitmapResult, getBitmapIterableMethods inherited from class org.apache.druid.segment.index.SimpleBitmapColumnIndex
getIndexCapabilitiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.segment.index.BitmapColumnIndex
computeBitmapResult, estimatedComputeCost
-
Constructor Details
-
BaseValueSetIndexesFromIterable
public BaseValueSetIndexesFromIterable(BitmapFactory bitmapFactory, Indexed<ImmutableBitmap> bitmaps, com.google.common.base.Supplier<ImmutableBitmap> unknownsBitmap)
-
-
Method Details
-
getUnknownsBitmap
- Specified by:
getUnknownsBitmapin classSimpleImmutableBitmapDelegatingIterableIndex
-
getBitmap
-