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