Skip to main content

Module masked_array

Module masked_array 

Source
Expand description

§MaskedArray Module - Standardises all Inner Array types and null handling in Minarrow

Defines the MaskedArray trait - the common interface for all nullable array types in Minarrow.

This module standardises how arrays store and manage optional null bitmasks, ensuring consistent null-handling behaviour across fixed-width and variable-length arrays. It also provides default implementations for common mask operations to reduce duplication.

Traits§

MaskedArray
MaskedArray