pub fn between_u64(
lhs: &[u64],
rhs: &[u64],
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.
pub fn between_u64(
lhs: &[u64],
rhs: &[u64],
mask: Option<&Bitmask>,
has_nulls: bool,
) -> Result<BooleanArray<()>, KernelError>Test if LHS values fall between RHS min/max bounds, producing boolean result array.