Module polars_arrow::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.
  • A container of booleans. MutableBitmap is semantically equivalent to Vec<bool>.

Functions§