Skip to content

Commit

Permalink
fix: Fix Incorrect Hyperlinks in GIE Doc supported_gremlin_steps.md (
Browse files Browse the repository at this point in the history
…#3057)

<!--
Thanks for your contribution! please review
https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before
opening an issue.
-->

## What do these changes do?
as titled.

<!-- Please give a short brief about these changes. -->

## Related issue number

<!-- Are there any issues opened that will be resolved by merging this
change? -->

Fixes
  • Loading branch information
shirly121 authored Jul 26, 2023
1 parent 422d0b6 commit c585137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/interactive_engine/tinkerpop/supported_gremlin_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
3. [Filter](#filter)
4. [Project](#project)
5. [Aggregate](#aggregate)
6. [Order](#order)
6. [Order](#gremlin-order)
7. [Statistics](#statistics)
8. [Union](#union)
9. [Match](#match)
Expand Down Expand Up @@ -457,7 +457,7 @@ Usages of the key by()-step:
g.V().groupCount().by(values("name")) # = g.V().groupCount().by("name")
g.V().groupCount().by(out().count())
```
### Order
### <h3 id="gremlin-order">Order</h3>
#### [order()](https://tinkerpop.apache.org/docs/current/reference/#order-step)
Order all the objects in the traversal up to this point and then emit them one-by-one in their ordered sequence.
Expand Down

0 comments on commit c585137

Please sign in to comment.