Skip to main content

decode_upsert_value

Function decode_upsert_value 

Source
fn decode_upsert_value<'a>(iter: impl Iterator<Item = Datum<'a>>) -> UpsertValue
Expand description

Decode an UpsertValue produced by [upsert_value_to_row] from any datum iterator, whether over a columnar Row reference or an owned Row.