Skip to main content

parse_cypher

Function parse_cypher 

Source
pub fn parse_cypher(source: &str) -> Result<CypherQuery, ParseError>
Expand description

Parse a Cypher query string into a Cypher query AST.