mito2::memtable::partition_tree::data

Function search_next_pk_range

Source
fn search_next_pk_range(
    array: &UInt16Array,
    start: usize,
) -> Option<(u16, Range<usize>)>
Expand description

Searches for next pk index, and it’s offset range in a sorted UInt16Array.