Skip to main content

decode

Function decode 

Source
pub fn decode(type_oid: i32, raw: Option<&[u8]>) -> Value
Expand 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.