Skip to main content

parse_query

Function parse_query 

Source
pub fn parse_query(input: &str) -> Result<Query, ParseError>
Expand description

Parse a Cypher query string into a Query AST (TASK-034).

This is the main public entry point for the parser. It lexes the input, then dispatches to the appropriate clause parsers based on the leading keyword token.