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
it's used by OrientGraphStep.vertices() - that's a graph traversal strategy that optimises the vertex lookup by trying to find an index. without this, it would always skim through all vertices. I would have suspected that OrientGraphIndexTest does use it...
Hey @mpollmeier,
What is this getIndexedVertices() do we have any use case for it?
https://coveralls.io/builds/4645245/source?filename=driver%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Ftinkerpop%2Fgremlin%2Forientdb%2FOrientGraph.java#L210
The text was updated successfully, but these errors were encountered: