Skip to content

Commit 0c7f523

Browse files
committed
Document null to NaN conversion
1 parent 546c866 commit 0c7f523

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/modules/ROOT/pages/graph-project-apache-arrow.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ The following table describes the node columns with reserved names.
118118
Any additional column is interpreted as a node property.
119119
The supported data types are equivalent to the GDS node property types, i.e., `long`, `double`, `long[]`, `double[]` and `float[]`.
120120

121+
NOTE: For floating point values, `null` will be converted to `NaN`.
122+
121123
To increase the throughput, multiple Flight streams can be sent in parallel.
122124
The server manages multiple incoming streams for the same import process.
123125
In addition to the number of parallel streams, the size of a single record batch can also affect the overall throughput.

0 commit comments

Comments
 (0)