Protryon / klickhouse

Rust crate for accessing Clickhouse
Apache License 2.0
92 stars 21 forks source link

Expose `Block` and its related structs as pub #28

Closed gusinacio closed 1 year ago

gusinacio commented 1 year ago

I'm building an application that allows users to execute SQL and retrieve data from Clickhouse. My use case needs to access "query_raw" and transform the data, but I cannot access Block to create functions/traits to process this data into rows, for example.

Protryon commented 1 year ago

Done! Released in v0.10.2. Made block module public and added some extra comments.