You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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++
The text was updated successfully, but these errors were encountered:
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 aVerticesCollection
, which is similar to label filtering (#607) for subsequent operations.Component(s)
C++
The text was updated successfully, but these errors were encountered: