apache / arrow-adbc

Database connectivity API standard and libraries for Apache Arrow
https://arrow.apache.org/adbc/
Apache License 2.0
360 stars 86 forks source link

go/adbc/drivermgr: CGO Wrapper for adbc_driver_manager does not Implement all ADBC Methods #1291

Open joellubi opened 10 months ago

joellubi commented 10 months ago

The following methods of AdbcConnection do not have implementations in the CGO wrapper for adbc_driver_manager (check means implementation has merged):

joellubi commented 10 months ago

I've opened a draft PR for GetObjects in #1290