Available on crate feature
compute_boolean_kleene
only.Expand description
Boolean operators of Kleene logic.
Functions§
- Returns whether all values in the array are
true
. - Logical ‘and’ operation on two arrays with Kleene logic
- Logical ‘and’ operation on an array and a scalar value with Kleene logic
- Returns whether any of the values in the array are
true
. - Logical ‘or’ operation on two arrays with Kleene logic
- Logical ‘or’ operation on an array and a scalar value with Kleene logic