parse

Function parse 

Source
pub fn parse(
    input: &str,
    config: &dyn CypherConfiguration,
) -> Result<Query, ParseError<LineCol>>