Skip to content

Commit

Permalink
Update 4.schema.md (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Nov 28, 2022
1 parent 3289bfe commit 9e6db98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/6.functions-and-expressions/4.schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Nebula Graph 支持以下 Schema 函数。
|string type(<edge\>) | 返回边的 Edge type。|
|src(<edge\>)|返回边的起始点 ID。数据类型和点 ID 的类型保持一致。|
|dst(<edge\>)|返回边的目的点 ID。数据类型和点 ID 的类型保持一致。|
|vertex startNode(<path\>) | 获取一条边或一条路径并返回它的起始点 ID。|
|string endNode(<path\>) | 获取一条边或一条路径并返回它的目的点 ID。|
|vertex startNode(<path\>) | 获取一条路径并返回它的起始点 ID。|
|string endNode(<path\>) | 获取一条路径并返回它的目的点 ID。|
|int rank(<edge\>) | 返回边的 rank。|

## 示例
Expand Down

0 comments on commit 9e6db98

Please sign in to comment.