pub fn parse(input: &str) -> Result<Statement>
Parse a Cypher statement string. Returns Err for any unsupported or malformed input; never panics.
Err