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
The UNION datatype is described in the documentation. However, as it turns out, it is impossible to explicitly create a node (using CREATE NODE TABLE) that will contain an attribute of the UNION datatype.
A workaround has been suggested to use STRUCT, which is less convenient.
It would be nice if this type will be available for CREATE NODE TABLE.
As long as this is not implemented, the documentation should be updated to reflect the limitation.
The text was updated successfully, but these errors were encountered:
API
Python
Description
The UNION datatype is described in the documentation. However, as it turns out, it is impossible to explicitly create a node (using CREATE NODE TABLE) that will contain an attribute of the UNION datatype.
A workaround has been suggested to use STRUCT, which is less convenient.
It would be nice if this type will be available for CREATE NODE TABLE.
As long as this is not implemented, the documentation should be updated to reflect the limitation.
The text was updated successfully, but these errors were encountered: