ibis icon indicating copy to clipboard operation
ibis copied to clipboard

feat: Add support for 128 and 256 bit numbers.

Open ImMadian opened this issue 6 months ago • 0 comments

Is your feature request related to a problem?

When using Ibis with a clickhouse database that has some columns of type uint256, Ibis doesn't recognize them, returning a type of "Unknown" when checking, yielding important aggregate functions as invalid.

What is the motivation behind your request?

It's needed since there doesn't seem to be a way to use aggr functions such as mean and variance on large uint256 data that doesn't reside on memory.

Describe the solution you'd like

Implement 256 bit support.

What version of ibis are you running?

3.3.0

What backend(s) are you using, if any?

Clickhouse

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

ImMadian avatar May 08 '25 13:05 ImMadian