Skip to main content

upsert_value_to_row

Function upsert_value_to_row 

Source
fn upsert_value_to_row(value: &Result<Row, Box<UpsertError>>) -> Row
Expand description

Encode an UpsertValue as a Row with a leading tag column so both Ok and Err payloads round-trip through Row byte storage.