Skip to content

Commit

Permalink
Update 4.schema.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Dec 7, 2021
1 parent d622e40 commit 51f940c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -21,9 +21,9 @@ Nebula Graph 支持以下 Schema 函数。
|int rank(edge) | 返回边的 rank。|
|vertex | 返回点的信息。包括点 ID、Tag、属性和值。|
|edge | 返回边的信息。包括 Edge type、起始点 ID、目的点 ID、rank、属性和值。|
|vertices | 返回子图中的点的信息。详情参见[GET SUBGRAPH](../16.subgraph-and-path/1.get-subgraph.md)|
|edges | 返回子图中的边的信息。详情参见[GET SUBGRAPH](../16.subgraph-and-path/1.get-subgraph.md)|
|path | 返回路径信息。详情参见[FIND PATH](../16.subgraph-and-path/2.find-path.md)|
|vertices | 返回子图中的点的信息。详情参见 [GET SUBGRAPH](../16.subgraph-and-path/1.get-subgraph.md)|
|edges | 返回子图中的边的信息。详情参见 [GET SUBGRAPH](../16.subgraph-and-path/1.get-subgraph.md)|
|path | 返回路径信息。详情参见 [FIND PATH](../16.subgraph-and-path/2.find-path.md)|

!!! note

Expand Down

0 comments on commit 51f940c

Please sign in to comment.