Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DuckDB C 头文件 (duckdb.h) 不包括日期、时间、时间戳类型的“附加器”风格,并且它们也没有在 duckdb-c.cpp 中实现。(版本 0.2.5)
有什么解决方法吗?
PS。如果我将 Date::FromDate 翻译成我自己的自定义代码,我可以将该结果传递给 duckdb_append_int32 吗?