Function mz_pgrepr::values_from_row
source · [−]pub fn values_from_row(row: Row, typ: &RelationType) -> Vec<Option<Value>>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
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
.