Skip to content

Implement support for Decimal with 256 bits of precision. #131

Description

@alamb

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10602

The specification now supports it and there are basic implementations in C++/Java

The basic idea would be to:

  1. Study the C++ implementation that allows both i128 and i256 backing
  2. Propose a Rust implementation
  3. Implement said Rust implementation (ideally by breaking it down into smaller issues that the community could help with)

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrowChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changeloghelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions