Gremlingo stuck while evaluting g.V().hasNext()
I have a piece of code where i evaluate to drop vertices but only if a pre-fetch of
g.V().<filters>.hasNext()
returns true.
I have a piece of code where i evaluate to drop vertices but only if a pre-fetch of
g.V().<filters>.hasNext()
returns true.