clickhouse-cpp icon indicating copy to clipboard operation
clickhouse-cpp copied to clipboard

UInt128 is not supported. Only Int128..

Open socketpair opened this issue 1 year ago • 1 comments

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 avatar Jul 18 '24 18:07 socketpair

Not even speaking of Uint256 values.

socketpair avatar Jul 18 '24 18:07 socketpair

Hi @socketpair ! Any contributions are welcome, please submit a patch

Enmk avatar Dec 16 '24 22:12 Enmk