Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dehowef opened this issue Feb 14, 2024 · 1 comment
Open

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

dehowef opened this issue Feb 14, 2024 · 1 comment
Labels
enhancement New request feature request New feature override-stale To keep issues/PRs untouched from stale action

Comments

@dehowef
Copy link
Member

dehowef commented Feb 14, 2024

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 dehowef added the enhancement New request label Feb 14, 2024
Copy link

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 github-actions bot added the Stale Stale issues/PRs label May 11, 2024
@MuhammadTahaNaveed MuhammadTahaNaveed added feature request New feature override-stale To keep issues/PRs untouched from stale action and removed Stale Stale issues/PRs labels May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New request feature request New feature override-stale To keep issues/PRs untouched from stale action
Projects
None yet
Development

No branches or pull requests

2 participants