age
age copied to clipboard
Implement Pattern Matching in the RETURN clause [Related: #1577]
I discovered a similar grammar that has not yet been implemented in a similar vein to #1577 .
Pattern matching is also valid in return clauses.
For example, the query:
MATCH (a) RETURN (a)-[]-()
matches the variable a and returns the tuple of a and the following edge and node in a single column.
This may require a rework of the logic regarding transformation of patterns and edges and RETURN.
This issue is stale because it has been open 45 days with no activity. Remove "Abondoned" label or comment or this will be closed in 7 days.