Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 4.schema.md #2359

Merged
merged 1 commit into from
Nov 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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