As a followup, I was able to get this working using gdal-master build from
conda (which is quite cool):
ogrinfo -ro -oo PRELUDE_STATEMENTS="LOAD SPATIAL" -oo PRELUDE_STATEMENTS="LOAD
PARQUET" ADBC:'overture-places.parquet' -sql "select st_astext(geometry), *
from \"overture-places\" where st_d
Hi Michael,
I've also noticed that the ADBC / Arrow interface of libduckdb seems to
be less efficient than their native API. I've no idea whether this is
for a fundamental cause or if it is "just" an implementation issue that
could be improved (on their side).
In particular I had the impress