not_in_array

Function not_in_array 

Source
pub fn not_in_array(
    input: &Array,
    values: &Array,
) -> Result<BooleanArray<()>, KernelError>
Expand description

Test non-membership of array elements in values set, dispatching by array type.