Skip to content

Commit

Permalink
Update 1.get-subgraph.md (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang committed Dec 9, 2022
1 parent a45ad79 commit 6f91ac1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ YIELD [VERTICES AS <vertex_alias>] [, EDGES AS <edge_alias>];

- **仅支持**`AND`运算符。
- **仅支持**过滤目的点,点的格式为`$$.tagName.propName`
- **支持**过滤边,边的格式为`edge_type.propName`
- **支持**数学函数、聚合函数、字符串函数、日期时间函数、列表函数中的通用函数和类型转化函数。
- **不支持**聚合函数、Schema 相关函数、条件表达式函数、谓词函数、geo 函数和自定义函数,列表函数中除通用函数以外的函数。

Expand Down

0 comments on commit 6f91ac1

Please sign in to comment.