This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a commit to branch gvalue-range
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/gvalue-range by this push:
new 8e92b63d91 update docs
8e92b63d91 is described below
commit 8e92b63d91402430a6e52c3d16d46b6a68cba997
Author: Cole-Greer <[email protected]>
AuthorDate: Thu Jan 16 10:26:55 2025 -0800
update docs
---
docs/src/reference/the-traversal.asciidoc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/src/reference/the-traversal.asciidoc
b/docs/src/reference/the-traversal.asciidoc
index cae5e05960..eeafb56e9c 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -5210,6 +5210,7 @@ a comparatively slow script compilation, which makes
parameterization essential
|<<vertex-steps,in()>> | String...edgeLabels
|<<vertex-steps,inE()>> | String...edgeLabels
|<<intersect-step,intersect()>> | Object values
+|<<limit-step,limit()>> | Long limit
|<<merge-step,merge()>> | Object values
|<<mergeedge-step,mergeE()>> | Map searchCreate
|<<mergevertex-step,mergeV()>> | Map searchCreate
@@ -5217,6 +5218,9 @@ a comparatively slow script compilation, which makes
parameterization essential
|<<vertex-steps,out()>> | String...edgeLabels
|<<vertex-steps,outE()>> | String...edgeLabels
|<<product-step,product()>> | Object values
+|<<range-step,range()>> | Long low, Long high
+|<<skip-step,skip()>> | Long limit
+|<<tail-step,tail()>> | Long limit
|<<to-step,to()>> | String... edgeLabels, Vertex toVertex
|<<vertex-steps,toE()>> | String...edgeLabels
|===