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 ex-ug-graph-exploration.md #1449

Merged
merged 1 commit into from
Feb 9, 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
2 changes: 1 addition & 1 deletion docs-2.0/nebula-explorer/ex-ug-graph-exploration.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
| -------- | ------------------------------------------------------------ |
| 边类型 | 默认显示并选中图数据库中的所有边。 |
| 方向 | 定义起始点的边的方向来查询和目标点的路径,包括`流出`、`流入`、`双向`三个选项。 |
| 查询类型 | `全路径`:查询符合条件的所有路径。<br />`最短路径`:查询符合条件的最短路径。<br />`非循环路径`:查询符合条件的非循环路径。 |
| 查询类型 | `全路径`:显示从起点至终点所有路径的点和边。<br />`最短路径`:显示从起点至终点的最短路径的点和边。<br />`非循环路径`:显示从起点至终点的非循环路径的点和边。 |
| 选中步骤 | 起始点至终点的路径的条数。 |
| 筛选条件 | 根据筛选条件筛选目标点。 |

Expand Down