Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
3.2.7
-
None
Description
The GLVs don't have the hasNext terminal step which is very useful to check whether an element exists in the graph or not. Without this step, users have to write workarounds like limit(1).count().next() and check the returned count.
Completed for Python on: https://github.com/apache/tinkerpop/pull/927