Function mz_sql_parser::parser::split_identifier_string
source ยท 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.