pub fn split_identifier_string(s: &str) -> Result<Vec<String>, ParserError>
Expand description
Parses a string containing a comma-separated list of identifiers and returns their underlying string values.
This is analogous to the SplitIdentifierString
function in PostgreSQL.