Type Alias polars::datatypes::BooleanChunked

source ·
pub type BooleanChunked = ChunkedArray<BooleanType>;

Aliased Type§

struct BooleanChunked { /* private fields */ }