You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/asciidoc/management-ops/graph-catalog/graph-catalog-apache-arrow-ops.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,8 @@ The specific configuration needs to include the following keys:
106
106
| node_properties | String or List of Strings | The node properties in the graph to stream.
107
107
|===
108
108
109
-
Note, that the schema of the result records is not identical to the corresponding procedure.
110
-
Instead of separate column containing the property key, every property is returned in its own column.
109
+
Note that the schema of the result records is not identical to the corresponding procedure.
110
+
Instead of a separate column containing the property key, every property is returned in its own column.
111
111
As a result, there is only one row per node which includes all its property values.
112
112
113
113
For example, given the node `(a { foo: 42, bar: 1337, baz: [1,3,3,7] })` and assuming node id `0` for `a`, the resulting record schema is as follows:
@@ -178,16 +178,16 @@ To stream multiple relationship properties, the client needs to encode that info
178
178
The `procedure_name` indicates that we mirror the behaviour of the existing <<catalog-graph-stream-relationship-properties-example, procedure>>.
179
179
The specific configuration needs to include the following keys:
180
180
181
-
[[arrow-relationship-property-export]]
181
+
[[arrow-relationship-properties-export]]
182
182
[opts=header,cols="1m,1,1"]
183
183
|===
184
184
| Name | Type | Description
185
185
| relationship_types | String or List of Strings | Stream only properties for relationships with the given type.
186
186
| relationship_properties | String or List of String | The relationship properties in the graph to stream.
187
187
|===
188
188
189
-
Note, that the schema of the result records is not identical to the corresponding procedure.
190
-
Instead of separate column containing the property key, every property is returned in its own column.
189
+
Note that the schema of the result records is not identical to the corresponding procedure.
190
+
Instead of a separate column containing the property key, every property is returned in its own column.
191
191
As a result, there is only one row per relationship which includes all its property values.
192
192
193
193
For example, given the relationship `[:REL { foo: 42.0, bar: 13.37 }]` that connects a source node with id `0` wit a target node with id `1`, the resulting record schema is as follows:
0 commit comments