go/adbc/drivermgr: CGO Wrapper for adbc_driver_manager does not Implement all ADBC Methods
Open
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
The following methods of `AdbcConnection` do not have implementations in the CGO wrapper for `adbc_driver_manager` (check means implementation has merged):
- [x] `GetObjects`
- [x] `GetTableSchema`
- [x] `GetTableTypes`
- [x] `Commit`
- [x] `Rollback`
- [ ] `ReadPartition`
- [ ] `SetSubstraitPlan`
- [x] `BindStream`
- [x] `GetParameterSchema`
- [ ] `ExecutePartitions`
Contributor guide
Assessment
This issue has not been assessed yet.