Skip to main content

format_bool_array

Function format_bool_array 

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

v7.37.5 γ — render a BOOL[] in PG external form. PG uses single-letter t / f for booleans (matching the scalar wire convention).