pub fn parse_column_path(path: &str) -> Result<Vec<String>, String>
Parses a dot-separated Parquet column path, using \ as an escape character for literal dots and backslashes.
\