polars_arrow

Module bitmap

Source
Expand description

contains Bitmap and MutableBitmap, containers of bool.

Re-exports§

Modules§

Structs§

  • An immutable container semantically equivalent to Arc<Vec<bool>> but represented as Arc<Vec<u8>> where each boolean is represented as a single bit.
  • Used to build bitmaps bool-by-bool in sequential order.
  • A container of booleans. MutableBitmap is semantically equivalent to Vec<bool>.

Functions§