public abstract class SimpleImmutableBitmapIterableIndex extends SimpleBitmapColumnIndex
SimpleBitmapColumnIndex for anything which can compute an Iterable in some mannerCAPABILITIES| Constructor and Description |
|---|
SimpleImmutableBitmapIterableIndex() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
computeBitmapResult(BitmapResultFactory<T> bitmapResultFactory) |
double |
estimateSelectivity(int totalRows) |
protected abstract Iterable<ImmutableBitmap> |
getBitmapIterable() |
getIndexCapabilitiespublic double estimateSelectivity(int totalRows)
public <T> T computeBitmapResult(BitmapResultFactory<T> bitmapResultFactory)
protected abstract Iterable<ImmutableBitmap> getBitmapIterable()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.