Skip to content

Commit

Permalink
delete the note that yield is optional (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Feb 21, 2023
1 parent a67e12d commit f06a6da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs-2.0/3.ngql-guide/5.operators/4.pipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ nebula> GO FROM "player100" OVER follow \
+-------------+
```

If there is no `YIELD` clause to define the output, the destination vertex ID is returned by default. If a YIELD clause is applied, the output is defined by the YIELD clause.

Users must define aliases in the `YIELD` clause for the reference operator `$-` to use, just like `$-.dstid` in the preceding example.

## Performance tips
Expand Down

0 comments on commit f06a6da

Please sign in to comment.