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

Specify bindings for path variables in graph patterns #51

Open
vgapeyev opened this issue May 17, 2023 · 0 comments
Open

Specify bindings for path variables in graph patterns #51

vgapeyev opened this issue May 17, 2023 · 0 comments

Comments

@vgapeyev
Copy link
Contributor

vgapeyev commented May 17, 2023

In the current state of RFC-0033 it was not specified (see "Unresolved Questions" section) what values get bound to path variables in the result of a pattern match.
Example: path variable p in

(graph MATCH p = (s)−[:Transfer]−>(s1)−[:Transfer]−>(s2)−[:Transfer]−>(s))

Addressing this will involve researching the current state of GPML and related specifications and other graph query tools on the market.

The most natural delivery would be an update to RFC-0033, or a separate RFC if that is not possible.

@johnedquinn johnedquinn transferred this issue from partiql/partiql-docs Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant