Skip to content

Commit ff859be

Browse files
committed
Align relationshipType column name with procedure
1 parent e3d268a commit ff859be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/asciidoc/management-ops/graph-catalog/graph-project-apache-arrow.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ The following table describes the node columns with reserved names.
168168
[[arrow-relationship-columns]]
169169
[opts=header,cols="1m,1,1,1,1"]
170170
|===
171-
| Name | Type | Optional | Nullable | Description
172-
| sourceId | Integer | No | No | Unique 64-bit source node identifiers. Must be positive values and present in the imported nodes.
173-
| targetId | Integer | No | No | Unique 64-bit target node identifiers. Must be positive values and present in the imported nodes.
174-
| type | String or Integer | Yes | No | Single relationship type. Either a string literal or a dictionary encoded number.
171+
| Name | Type | Optional | Nullable | Description
172+
| sourceId | Integer | No | No | Unique 64-bit source node identifiers. Must be positive values and present in the imported nodes.
173+
| targetId | Integer | No | No | Unique 64-bit target node identifiers. Must be positive values and present in the imported nodes.
174+
| relationshipType | String or Integer | Yes | No | Single relationship type. Either a string literal or a dictionary encoded number.
175175
|===
176176

177177
Any additional column is interpreted as a relationship property.

0 commit comments

Comments
 (0)