ClickHouse / clickhouse-cpp

C++ client library for ClickHouse
Apache License 2.0
305 stars 159 forks source link

UInt128 is not supported. Only Int128.. #378

Open socketpair opened 4 months ago

socketpair commented 4 months ago

https://clickhouse.com/docs/en/sql-reference/data-types/int-uint

Also, I would like to have API where I can pass two 64-bit halves instead of single 128bit value.

socketpair commented 4 months ago

Not even speaking of Uint256 values.