between_f64

Function between_f64 

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

Test if LHS values fall between RHS min/max bounds, producing boolean result array.