ClickHouse / ClickHouse/adbc_clickhouse
Implement `Connection::get_statistics()`
Open
- Dominant language
- Rust
- Stars
- 25
- Forks
- 8
- Avg merge
- 2d 37m
- Merged PRs (30d)
- 4
Description
This will also require querying the server.
https://docs.rs/adbc_core/0.21.0/adbc_core/trait.Connection.html#tymethod.get_statistics
Pre-defined statistics we need to support are listed by this enum: https://docs.rs/adbc_core/0.21.0/adbc_core/options/enum.Statistics.html
We can extend this later with additional statistics by implementing `Connection::get_statistic_names()`: https://docs.rs/adbc_core/0.21.0/adbc_core/trait.Connection.html#tymethod.get_statistic_names
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.