Package org.apache.druid.query.filter
Interface FilterBundle.IndexBundle
-
- All Known Implementing Classes:
FilterBundle.SimpleIndexBundle
- Enclosing class:
- FilterBundle
public static interface FilterBundle.IndexBundle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImmutableBitmapgetBitmap()ColumnIndexCapabilitiesgetIndexCapabilities()FilterBundle.IndexBundleInfogetIndexInfo()
-
-
-
Method Detail
-
getIndexInfo
FilterBundle.IndexBundleInfo getIndexInfo()
-
getBitmap
ImmutableBitmap getBitmap()
-
getIndexCapabilities
ColumnIndexCapabilities getIndexCapabilities()
-
-