between_f32

Function between_f32 

Source
pub fn between_f32(
    lhs: &[f32],
    rhs: &[f32],
    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.