pub fn in_i32( lhs: &[i32], rhs: &[i32], mask: Option<&Bitmask>, has_nulls: bool, ) -> Result<BooleanArray<()>, KernelError>
Test membership of LHS integer values in RHS set, producing boolean result array.