in_f64

Function in_f64 

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

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