Expand description
Node and relationship pattern parsers.
Functions§
- ident
- Parse an identifier (unquoted, escaped, or keyword used in identifier position).
- map_
properties - Parse map properties:
{key: expr, key: expr, ...} - node_
pattern - Parse a node pattern:
(variable:Label {props}) - pattern_
element_ chain - Parse a chain of node-rel-node-rel-… pattern elements.
- pattern_
parser - Parse a full pattern with optional variable assignment:
p = (a)-[:R]->(b)