pub fn cmp_in_f<T: Float + Copy>(
lhs: &[T],
rhs: &[T],
) -> Result<BooleanArray<()>, KernelError>Expand description
Test membership in set for floating-point types with NaN handling.
pub fn cmp_in_f<T: Float + Copy>(
lhs: &[T],
rhs: &[T],
) -> Result<BooleanArray<()>, KernelError>Test membership in set for floating-point types with NaN handling.