Skip to main content

parse_column_path

Function parse_column_path 

Source
pub fn parse_column_path(path: &str) -> Result<Vec<String>, String>
Expand description

Parses a dot-separated Parquet column path, using \ as an escape character for literal dots and backslashes.