-
Notifications
You must be signed in to change notification settings - Fork 27
Open
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_ns
andduckdb_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
enhancementNew feature or requestNew feature or request