polars_arrow::compute

Module boolean_kleene

Source
Available on crate feature compute_boolean_kleene only.
Expand description

Boolean operators of Kleene logic.

Functions§

all
Returns whether all values in the array are true.
and
Logical ‘and’ operation on two arrays with Kleene logic
and_scalar
Logical ‘and’ operation on an array and a scalar value with Kleene logic
any
Returns whether any of the values in the array are true.
or
Logical ‘or’ operation on two arrays with Kleene logic
or_scalar
Logical ‘or’ operation on an array and a scalar value with Kleene logic