Skip to content

Commit

Permalink
Update 3.go.md (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Dec 14, 2022
1 parent fa923e0 commit f37a40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/7.general-query-statements/3.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ YIELD [DISTINCT] <return_list>

!!! Note

- 遍历多个 Edge type 时,`WHERE`子句有一些限制。例如不支持`WHERE edge1.prop1 > edge2.prop2`。
- GO 语句执行时先遍历所有的点,然后再根据过滤器条件进行过滤。
- 遍历多个 Edge type 时,`WHERE`子句有一些限制。例如不支持`WHERE edge1.prop1 > edge2.prop2`。
- GO 语句执行时先遍历所有的点,然后再根据过滤器条件进行过滤。

- `YIELD [DISTINCT] <return_list>`:定义需要返回的输出。` <return_list>`建议使用 [Schema 相关函数](../6.functions-and-expressions/4.schema.md),当前支持`src(edge)``dst(edge)``type(edge)`等,暂不支持嵌套函数。详情参见 [YIELD](../8.clauses-and-options/yield.md)

Expand Down

0 comments on commit f37a40c

Please sign in to comment.