Skip to content

Support TIME_NS data type (new in 1.4.0) #295

@jraymakers

Description

@jraymakers

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 and duckdb_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 projectenhancementNew feature or requestready for releaseCode is merged and will be in the next release

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions