Function values_from_row

Source
pub fn values_from_row(
    row: &RowRef,
    typ: &SqlRelationType,
) -> 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.