Skip to main content

interleave_primary_key

Function interleave_primary_key 

Source
fn interleave_primary_key(
    arrays: &[&dyn Array],
    indices: &[(usize, usize)],
) -> Result<ArrayRef, ArrowError>
Expand description

Interleaves the non-null internal primary-key column from globally sorted rows.