pub fn decode(type_oid: i32, raw: Option<&[u8]>) -> ValueExpand description
Turn a column’s text representation into a Value.
Timestamps, dates, numerics and uuids stay as text: the framework has no
date type of its own yet, and silently converting a numeric to f64 would
lose the precision the column exists to preserve.