Changed the BitmapGetter interface in the signature of the filterfunc that must be provided when creating a GenericBlockIndexProvider: it now has Get() and the new GetByPrefixand GetBySuffix method, to allow getting a combined Roaring64 bitmap from all matching keys
Changed the
BitmapGetter
interface in the signature of thefilterfunc
that must be provided when creating a GenericBlockIndexProvider: it now hasGet()
and the newGetByPrefix
andGetBySuffix
method, to allow getting a combined Roaring64 bitmap from all matching keys