Functions
Check if all of the values in the array are true
Performs AND
operation on two arrays. If either left or right value is null then the
result is also null.
Performs AND
operation on an array and a scalar value. If either left or right value
is null then the result is also null.
Check if any of the values in the array is true
Returns a non-null BooleanArray with whether each value of the array is not null.
Returns a non-null BooleanArray with whether each value of the array is null.
Performs unary NOT
operation on an arrays. If value is null then the result is also
null.
Performs OR
operation on two arrays. If either left or right value is null then the
result is also null.
Performs OR
operation on an array and a scalar value. If either left or right value
is null then the result is also null.