-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat][Format] Support nullable
key-value in property metadata
#351
Comments
Should the new field be alternative when parsing? If it is required, we have to change all data, and loss compatibility backwards. |
yes, I think it can be optional in info yaml that if the property don't contain |
hi, @Thespica , since the C++ library has support the feature, can you help to support the |
closed as the issue has been resolved. |
Is your feature request related to a problem? Please describe.
Some graph database(like
HugeGraph
) that they have a metadata of property that show the property can have null value or not. GraphAr should support the metadata.Describe the solution you'd like
Add a key call
nullable
toProperty
struct and provide related API.like
is_primary
Describe alternatives you've considered
no alternatives
Additional context
related discussion #343
The text was updated successfully, but these errors were encountered: