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

Edge traversals with filter #51

Open
Dtenwolde opened this issue Sep 8, 2023 · 0 comments
Open

Edge traversals with filter #51

Dtenwolde opened this issue Sep 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request medium priority

Comments

@Dtenwolde
Copy link
Contributor

If given the query (a)-[b where b.val > 100]->*(c)
A way to handle the filter would be to create a csr only on the filtered edges. Have to check if the standard even allows such a thing. Supporting horizontal aggregation 'sum(b.val)' seems tricky though.

@Dtenwolde Dtenwolde added enhancement New feature or request question Further information is requested query language Additions or alterations to SQL/PGQ labels Sep 8, 2023
@Dtenwolde Dtenwolde self-assigned this Sep 8, 2023
Dtenwolde pushed a commit that referenced this issue Mar 26, 2024
Fix extension upload script docs
@github-actions github-actions bot added the stale label Sep 4, 2024
@Dtenwolde Dtenwolde removed stale question Further information is requested query language Additions or alterations to SQL/PGQ labels Sep 4, 2024
@github-actions github-actions bot added the stale label Dec 4, 2024
@cwida cwida deleted a comment from github-actions bot Dec 4, 2024
@cwida cwida deleted a comment from github-actions bot Dec 4, 2024
@Dtenwolde Dtenwolde removed the stale label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority
Projects
None yet
Development

No branches or pull requests

1 participant