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
* Gh-3236 Support TSTV values in GafferPop Predicates
* Create custom GafferPopHasStep to handle querying TSTV properties
Needed when .has() is in the middle of a traversal rather than applied directly to the GraphStep
* testing
* sonarcloud
* more testing
* remove public
* spotbugs
* PR comments
Allow gremlin
has
querying for TSTV property valuese.g.
g.V().has("exampleProperty", "t:type|st:subtype|v:value")
The text was updated successfully, but these errors were encountered: