Skip to content

Commit

Permalink
Update 4.schema.md (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Sep 28, 2021
1 parent 0deb35b commit 1db4753
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 @@ -9,8 +9,8 @@ Nebula Graph支持以下Schema函数。
|函数| 说明 |
|:---- | :----|
| id(vertex) | 返回点ID。数据类型和点ID的类型保持一致。|
|list tags(vertex) | 返回点的Tag。|
|list labels(vertex) | 返回点的Tag。|
|list tags(vertex) | 返回点的Tag,与labels()作用相同|
|list labels(vertex) | 返回点的Tag,与tags()作用相同,用于兼容openCypher语法|
|map properties(vertex_or_edge) | 接收点或边并返回其属性。|
|string type(edge) | 返回边的Edge type。|
|vertex startNode(path) | 获取一条边或一条路径并返回它的起始点ID。|
Expand Down

0 comments on commit 1db4753

Please sign in to comment.