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
Add support for Iterator<IVertex> getRemoteInEdges() to ISubgraph and Iterator<IVertex> getInEdges() to IVertex. This allows backwards traversals, e.g. in GoDB.
The text was updated successfully, but these errors were encountered:
Add support for
Iterator<IVertex> getRemoteInEdges()
toISubgraph
andIterator<IVertex> getInEdges()
toIVertex
. This allows backwards traversals, e.g. in GoDB.The text was updated successfully, but these errors were encountered: