between_i16

Function between_i16 

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