Function mz_pgrepr::values_from_row

source ·
pub fn values_from_row(row: &Row, 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.