ClickHouse / ClickHouse/adbc_clickhouse
Implement `Statement::execute_partitions()`
- Dominant language
- Rust
- Stars
- 25
- Forks
- 8
- Avg merge
- 2d 37m
- Merged PRs (30d)
- 4
Description
https://docs.rs/adbc_core/0.21.0/adbc_core/trait.Statement.html#tymethod.execute_partitions
There doesn't seem to be any advice about _how_ to partition a result set or what it actually _means_ to partition a result set. It's possible we could leave this one unimplemented.
For the record, Snowflake returns `NotImplemented`: https://github.com/apache/arrow-adbc/blob/2a6178f1533820ca999fef08e4e57d89ee459175/go/adbc/driver/snowflake/statement.go#L788-L794
As does DataBricks: https://github.com/apache/arrow-adbc/blob/2a6178f1533820ca999fef08e4e57d89ee459175/go/adbc/driver/databricks/statement.go#L228-L234
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.