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

add geo directory #1096

Merged
merged 2 commits into from
Oct 26, 2021
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: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ nav:
- 集合: 3.ngql-guide/3.data-types/7.set.md
- 映射: 3.ngql-guide/3.data-types/8.map.md
- 类型转换: 3.ngql-guide/3.data-types/9.type-conversion.md
- 地理位置: 3.ngql-guide/3.data-types/10.geography.md

- 变量和复合查询:
- 复合查询: 3.ngql-guide/4.variable-and-composite-queries/1.composite-queries.md
Expand All @@ -170,15 +171,16 @@ nav:
- 字符串函数: 3.ngql-guide/6.functions-and-expressions/2.string.md
- 日期时间函数: 3.ngql-guide/6.functions-and-expressions/3.date-and-time.md
- Schema函数: 3.ngql-guide/6.functions-and-expressions/4.schema.md
- CASE表达式: 3.ngql-guide/6.functions-and-expressions/5.case-expressions.md
- 列表函数: 3.ngql-guide/6.functions-and-expressions/6.list.md
- count函数: 3.ngql-guide/6.functions-and-expressions/7.count.md
- collect函数: 3.ngql-guide/6.functions-and-expressions/10.collect.md
- reduce函数: 3.ngql-guide/6.functions-and-expressions/11.reduce.md
- hash函数: 3.ngql-guide/6.functions-and-expressions/12.hash.md
- concat函数: 3.ngql-guide/6.functions-and-expressions/13.concat.md
- 谓词函数: 3.ngql-guide/6.functions-and-expressions/8.predicate.md
- geo函数: 3.ngql-guide/6.functions-and-expressions/14.geo.md
- 自定义函数: 3.ngql-guide/6.functions-and-expressions/9.user-defined-functions.md
- CASE表达式: 3.ngql-guide/6.functions-and-expressions/5.case-expressions.md

- 通用查询语句:
- MATCH: 3.ngql-guide/7.general-query-statements/2.match.md
Expand Down