Skip to content
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

Bind utility functions for date, timestamp, and interval types for C API #1476

Open
mewim opened this issue Apr 20, 2023 · 0 comments
Open
Labels
feature New features or missing components of existing features

Comments

@mewim
Copy link
Member

mewim commented Apr 20, 2023

In #1471 the basic date, timestamp and interval types are binded for C API. However, the user has to manually translate the values from/to the corresponding C struct to work with these data types. We should bind more utility functions defined in https://github.com/kuzudb/kuzu/blob/master/src/include/common/types/date_t.h, https://github.com/kuzudb/kuzu/blob/master/src/include/common/types/interval_t.h, and https://github.com/kuzudb/kuzu/blob/master/src/include/common/types/timestamp_t.h to improve the usability.

@andyfengHKU andyfengHKU added the feature New features or missing components of existing features label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features or missing components of existing features
Projects
None yet
Development

No branches or pull requests

2 participants