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
* Start vertices HasStep predicate filtering
create modern dataset test utils
* Finish vertex predicate filtering
simplify + tidy
* apply filtering to edges
* use Gremlin predicates instead of Koryphe
* add test for coverage
* updated Javadoc
* make HasStep filter stage configurable
* tests, checkstyle, rename package
* Add fix for failing cucumber edge case
actually fixes the GremlinTypeError issues as well
g.V().has("person", "name", "marko").values("age")
should return
[29]
returns
[29, 27, 32, 35]
The text was updated successfully, but these errors were encountered: