between_i32

Function between_i32 

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