Expand description
Defines a bitmap, which is used to track which values in an Arrow array are null. This is called a “validity bitmap” in the Arrow documentation. This file is adapted from arrow-rs
Structs§
- An immutable bitmap. Use
BitmapBuilder
to build it. - Bitmap iterator.
Enums§
Constants§
- BITS 🔒