Function mz_storage::render::upsert::thin

source ·
fn thin(key_indices_sorted: &[usize], value: &Row, row_buf: &mut Row) -> Row
Expand description

thin uses information from the source description to find which indices in the row are keys and skip them. It requires that key_indices is sorted.