The Neo4j Graph Data Science library does not support all property data types that are supported by the Neo4j database.
Every supported type also defines a fallback value, which indicates that this property's value is not set.
The supported types and their corresponding fallback values are listed below.
For Node properties:
-
Long
-Long.MIN_VALUE
-
Double
-NaN
-
Long Array
-null
-
Float Array
-null
-
Double Array
-null
For Relationship properties:
- Relationship properties can only be
Double
Reference:
Node Properties from our Neo4j Graph Data Science Manual
Comments
0 comments
Please sign in to leave a comment.