Skip to content

Commit

Permalink
update geo (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
izhuxiaoqing authored Nov 2, 2021
1 parent f817972 commit 44fb16d
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For descriptions of the geography data types, see [Geography](../3.data-types/10
## Examples

```ngql
nebula> RETURN ST_ASText(ST_Point(1,1))
nebula> RETURN ST_ASText(ST_Point(1,1));
+--------------------------+
| ST_ASText(ST_Point(1,1)) |
+--------------------------+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ nebula> GO FROM "player101" OVER follow BIDIRECT \
+---------------------+----------+
| $-.Name | count(*) |
+---------------------+----------+
| "Dejounte Murray" | 1 |
| "LaMarcus Aldridge" | 2 |
| "Tim Duncan" | 2 |
| "Marco Belinelli" | 1 |
| "Manu Ginobili" | 1 |
| "Boris Diaw" | 1 |
| "Dejounte Murray" | 1 |
+---------------------+----------+
```

Expand Down
Loading

0 comments on commit 44fb16d

Please sign in to comment.