public class AllTrueBitmapColumnIndex extends Object implements BitmapColumnIndex
| Constructor and Description |
|---|
AllTrueBitmapColumnIndex(ColumnIndexSelector indexSelector) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
computeBitmapResult(BitmapResultFactory<T> bitmapResultFactory) |
double |
estimateSelectivity(int totalRows) |
ColumnIndexCapabilities |
getIndexCapabilities() |
public AllTrueBitmapColumnIndex(ColumnIndexSelector indexSelector)
public ColumnIndexCapabilities getIndexCapabilities()
getIndexCapabilities in interface BitmapColumnIndexpublic double estimateSelectivity(int totalRows)
estimateSelectivity in interface BitmapColumnIndexpublic <T> T computeBitmapResult(BitmapResultFactory<T> bitmapResultFactory)
computeBitmapResult in interface BitmapColumnIndexCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.