Skip to main content

format_money_array

Function format_money_array 

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

v7.37.5 ζ-A — render a MONEY[] in PG external form. Each element is the canonical format_money output; the array wrapper is {...} with NULL elements as the literal token NULL.