-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
blockedDepends on some work outside this projectDepends on some work outside this projectenhancementNew feature or requestNew feature or requestready for releaseCode is merged and will be in the next releaseCode is merged and will be in the next release
Milestone
Description
This includes, in the bindings:
- The new DUCKDB_TYPE enum value
TIME_NS. - The new DuckDB C API type
duckdb_time_ns - The two new DuckDB C API functions
duckdb_create_time_nsandduckdb_get_time_ns.
In the API, the following will be needed:
- A new DuckDBTypeId enum value .
- A new DuckDBType class.
- A new DuckDBValue class.
- A new DuckDBVector subclass.
- A new case in createValue.
- A new case in typeForValue.
- New entries in the value converters.
Metadata
Metadata
Assignees
Labels
blockedDepends on some work outside this projectDepends on some work outside this projectenhancementNew feature or requestNew feature or requestready for releaseCode is merged and will be in the next releaseCode is merged and will be in the next release