clickhouse-rs
clickhouse-rs copied to clipboard
try to covert to block to Vec<T>
When we want to query data from clickhouse
, and covert to struct fast.
so hope to get this code:
#[derive(BlockWrap)]
pub struct Person {
name: String,
age: i32
}
let data = block.into()
How do you think about this?
It's a great idea. It allows making API easy to use and high-performance.
Ok let me think about how to implement it
use macro will make things easier ~
@suharev7 Is there any im software can contact you?