Skip to main content

format_float_array

Function format_float_array 

Source
pub fn format_float_array(items: &[Option<f64>]) -> String
Expand description

v7.37.5 γ — render a FLOAT[] / DOUBLE PRECISION[] in PG external form. PG renders floats via the engine’s existing f64 → text path so this just calls Rust’s default Display.