fn upsert_value_to_row(value: &Result<Row, Box<UpsertError>>) -> RowExpand description
Encode an UpsertValue as a Row with a leading tag column so both Ok
and Err payloads round-trip through Row byte storage.
fn upsert_value_to_row(value: &Result<Row, Box<UpsertError>>) -> RowEncode an UpsertValue as a Row with a leading tag column so both Ok
and Err payloads round-trip through Row byte storage.