age icon indicating copy to clipboard operation
age copied to clipboard

Implement Pattern Matching in the RETURN clause [Related: #1577]

Open dehowef opened this issue 1 year ago • 1 comments

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.

dehowef avatar Feb 14 '24 08:02 dehowef

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.

github-actions[bot] avatar May 11 '24 00:05 github-actions[bot]