spmallette commented on a change in pull request #1574:
URL: https://github.com/apache/tinkerpop/pull/1574#discussion_r824637022



##########
File path: docs/src/dev/provider/gremlin-semantics.asciidoc
##########
@@ -488,6 +488,107 @@ fully demonstrative of Gremlin step semantics. It is also 
hard to simply read th
 step is meant to behave. This section discusses the semantics for individual 
steps to help users and providers
 understand implementation expectations.
 
+=== call()
+
+*Description:* Provides support for provider-specific service calls.
+
+*Syntax:* `call()` | `call(String, Map)` | `call(String, Traversal)` | 
`call(String, Map, Traversal)`
+
+[width="100%",options="header"]
+|=========================================================
+|Start Step |Mid Step |Modulated |Domain |Range
+|Y |Y |`with()` |`any` |`any`
+|=========================================================
+
+*Arguments:*
+
+* `String` - The name of the service call.
+* `Map` - A collection of static parameters relevant to the particular service 
call.
+* `Traversal` - A traversal used to dynamically build at query time a 
collection of parameters relevant to the service
+call.
+
+*Modulation:*
+
+* `with(key, value)` - Sets an additional static parameter relevant to the 
service call.
+* `with(key, Traversal)` - Sets an additional dynamic parameter relevant to 
the service call.

Review comment:
       If it is a child it must be anonymous or there would be an exception. 




-- 
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