apply_logical_bool

Function apply_logical_bool 

Source
pub fn apply_logical_bool<const LANES: usize>(
    lhs: BooleanAVT<'_, ()>,
    rhs: BooleanAVT<'_, ()>,
    op: LogicalOperator,
) -> Result<BooleanArray<()>, KernelError>
Expand description

Logical AND/OR/XOR of two bit-packed boolean masks over a window. Offsets are bit offsets. Length is in bits. Panics if offsets are not 64-bit aligned.