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

feat(c++): property filtering provides an API that returns a VerticesCollection #632

Open
Elssky opened this issue Sep 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Elssky
Copy link
Contributor

Elssky commented Sep 24, 2024

Describe the enhancement requested

Our current property filtering is done at the VertexPropertyArrowChunkReader level using enhanced Acero's expressions. The result is a chunk that holds the vertex property information rather than the vertex itself, can we provide an interface that returns a VerticesCollection, which is similar to label filtering (#607) for subsequent operations.

Component(s)

C++

@Elssky Elssky added the enhancement New feature or request label Sep 24, 2024
@Elssky
Copy link
Contributor Author

Elssky commented Sep 24, 2024

Please provide some suggestions. @acezen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant