Your question seems unspecific, but we now have the possibility of
standardizing canonical extension types (which are, of course, optional
to implement and support):
https://arrow.apache.org/docs/format/CanonicalExtensions.html
Le 23/05/2023 à 19:45, Ian Joiner a écrit :
That’s a possibility. Do we consider officially support them?
On Tuesday, May 23, 2023, Antoine Pitrou <anto...@python.org> wrote:
I'm not sure what you're actually proposing here. A new extension type
perhaps?
Le 23/05/2023 à 19:13, Ian Joiner a écrit :
Hi,
We need to have really large integers (with 128, 256 and 512 bits) as well
as decimals (up to at least decimal1024) because they do actually exist in
crypto / web3 space.
See https://docs.rs/primitive-types/latest/primitive_types/ for an
example
of what needs to be supported.
If accepted we can implement the types for C++/Python and Rust.
Thanks,
Ian