Skip to content

Optimize path querying and mapping #2121

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

Closed
meistermeier opened this issue Jan 19, 2021 · 0 comments
Closed

Optimize path querying and mapping #2121

meistermeier opened this issue Jan 19, 2021 · 0 comments
Assignees

Comments

@meistermeier
Copy link
Collaborator

The path-based querying and mapping should result in records that can be processed as:

variable description
n root / leading node of the record
srn collect(nodes(allPathSegments))
sr collect(relationships(allPathSegments))
@meistermeier meistermeier self-assigned this Jan 19, 2021
meistermeier added a commit that referenced this issue Jan 21, 2021
@meistermeier meistermeier added this to the 6.0.4 (2020.0.4) milestone Jan 22, 2021
meistermeier added a commit that referenced this issue Jan 25, 2021
meistermeier added a commit that referenced this issue Jan 25, 2021
Those queries will now return nodes and relationships instead of plain path(s).
This format is now the only one supported by SDN for generated queries.

Intentionally closes #2121
As a side-effect this commit also
closes #2107
closes #2109
closes #2119

Polishing after rebase.
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

Successfully merging a pull request may close this issue.

1 participant