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
I had to implement a vertex query containing an or-Condition and just from reading the documentation it was not obvious for me how the logical operators .or(...) and .and(...) work. In order to find out I went through the LogicalSpec:
I had to implement a vertex query containing an or-Condition and just from reading the documentation it was not obvious for me how the logical operators .or(...) and .and(...) work. In order to find out I went through the LogicalSpec:
https://github.com/mpollmeier/gremlin-scala/blob/f64664c4d5b1731bf92045252b1290dd218b748a/gremlin-scala/src/test/scala/gremlin/scala/LogicalSpec.scala
It would be nice to have an overview of the operator usage in README.md
The text was updated successfully, but these errors were encountered: