Cole-Greer commented on code in PR #3458:
URL: https://github.com/apache/tinkerpop/pull/3458#discussion_r3464083138


##########
docs/src/dev/provider/gremlin-semantics.asciidoc:
##########
@@ -1637,6 +1668,170 @@ See: 
link:https://github.com/apache/tinkerpop/tree/x.y.z/gremlin-core/src/main/j
 
link:https://github.com/apache/tinkerpop/tree/x.y.z/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroupCountSideEffectStep.java[source
 (sideEffect)],
 
link:https://tinkerpop.apache.org/docs/x.y.z/reference/#groupcount-step[reference]
 
+[[has-step]]
+=== has()
+
+*Description:* Filters traversers by property existence, property value, or 
label.
+
+*Syntax:* `has(String key)` | `has(String key, Object value)` | `has(String 
key, P predicate)` | `has(String key, Traversal traversal)` | `has(String 
label, String key, Object value)` | `has(String label, String key, P predicate)`
+
+[width="100%",options="header"]
+|=========================================================
+|Start Step |Mid Step |Modulated |Domain |Range
+|N |Y |N |`Element` / `Map` |`Element` / `Map`

Review Comment:
   My agent may have gone rogue there, fixed it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to