Provide access to column-oriented query results #1318
Closed
cocoa-xu
started this conversation in
Feature requests
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks for this great library for ClickHouse!
I was wondering if it's possible to access query results by column? Currently
Conn.Query
only exposed row-oriented results viaRows
. It'd be much more easier to work with other column-major libraries such as arrow if column-oriented results are available.Beta Was this translation helpful? Give feedback.
All reactions