in_f32

Function in_f32 

Source
pub fn in_f32(
    lhs: &[f32],
    rhs: &[f32],
    mask: Option<&Bitmask>,
    has_nulls: bool,
) -> Result<BooleanArray<()>, KernelError>
Expand description

Test membership of LHS floating-point values in RHS set with NaN handling.