pub fn parse_pg_array_literal(text: &str) -> Result<ArrayValue>Expand description
Parse a PostgreSQL array literal ({1,2,3}, {"a b",NULL},
{{1,2},{3,4}}) into nested lists of string/NULL values; the caller
casts elements.
pub fn parse_pg_array_literal(text: &str) -> Result<ArrayValue>Parse a PostgreSQL array literal ({1,2,3}, {"a b",NULL},
{{1,2},{3,4}}) into nested lists of string/NULL values; the caller
casts elements.