Skip to main content

apply_ree

Function apply_ree 

Source
fn apply_ree<T: ArrayOrd>(
    op: Op,
    l: T,
    l_info: &ReeInfo<'_>,
    r: T,
    r_info: &ReeInfo<'_>,
) -> BooleanBuffer
Expand description

Dispatch op for a REE-vs-REE comparison (no dictionary on either side) using segment-based bulk comparison.