As the release blog post says "By moving GEOMETRY into DuckDB’s core, extensions can now produce and consume geometry values natively, without depending on spatial," I expected I can use GEOMETRY type in my extension. But, it seems things are not ready. Can we have GEOMETRY type in duckdb-rs?
Alghough I don't quite understand how DuckDB C API works, I guess this requires some change on the C API's side. I filed an issue on DuckDB's main repo:
duckdb/duckdb#21507
As the release blog post says "By moving GEOMETRY into DuckDB’s core, extensions can now produce and consume geometry values natively, without depending on spatial," I expected I can use GEOMETRY type in my extension. But, it seems things are not ready. Can we have
GEOMETRYtype in duckdb-rs?Alghough I don't quite understand how DuckDB C API works, I guess this requires some change on the C API's side. I filed an issue on DuckDB's main repo:
duckdb/duckdb#21507