Function mz_pgrepr::value::values_from_row
source ยท pub fn values_from_row(row: &RowRef, typ: &RelationType) -> Vec<Option<Value>>
Expand description
Converts a Materialize row into a vector of PostgreSQL values.
Calling this function is equivalent to mapping Value::from_datum
over
every datum in row
.