parse_table_spec

Function parse_table_spec 

Source
fn parse_table_spec(
    spec: &str,
) -> Result<(Option<String>, String, Option<Vec<String>>)>
Expand description

Parse the table spec: [ks.]table [(col1, col2, ...)]