Skip to content

Commit df674b5

Browse files
add vectors to gql appendix
1 parent 9c4107f commit df674b5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

modules/ROOT/pages/appendix/gql-conformance/additional-cypher.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,14 @@ Either the pattern already exists, or it needs to be created.
5252
| Cypher feature
5353
| Description
5454

55+
| xref:values-and-types/maps.adoc#query-operators-list[`MAP` values].
56+
| Map values - the GQL equivalent is Records.
57+
5558
| xref:values-and-types/spatial.adoc[`POINT` values]
5659
| Spatial values.
5760

58-
| xref:values-and-types/maps.adoc#query-operators-list[`MAP` values].
59-
| Map values - the GQL equivalent is Records.
61+
| xref:values-and-types/vector.adoc[`VECTOR<TYPE>(DIMENSION)` values]
62+
| Vector values, defined with a coordinate type and dimension.
6063

6164
|===
6265

modules/ROOT/pages/values-and-types/ordering-equality-comparison.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Within the same coordinate type, `VECTOR` types are ordered by their dimension,
173173
.Ordering rules for `VECTOR` values
174174
[cols="3,3,2,6", options="header"]
175175
|===
176-
| A | B | Ordered As | Reason
176+
| A | B | Ordered as | Reason
177177

178178
| `VECTOR<FLOAT32>(12345)`
179179
| `VECTOR<FLOAT32>(123456)`

0 commit comments

Comments
 (0)