Clickhouse python client supports methods like .stream_arrow or .insert_arrow which lets you interface with it using pyarrow types.
Would be nice to have similar APIs on this client using arrow-rs.
Not sure if this makes sense as the Arrow APIs on the clickhouse server are only on http and this library uses only the native protocol from what I can understand.
I'm keen to contribute the implementation, planning to look into it soon
Clickhouse python client supports methods like
.stream_arrowor.insert_arrowwhich lets you interface with it usingpyarrowtypes.Would be nice to have similar APIs on this client using
arrow-rs.Not sure if this makes sense as the Arrow APIs on the clickhouse server are only on http and this library uses only the native protocol from what I can understand.
I'm keen to contribute the implementation, planning to look into it soon