Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Expose Decimal to Rust and (possibly) NodeJS API #3619

Closed
Tracked by #3666
mxwli opened this issue Jun 10, 2024 · 0 comments
Closed
Tracked by #3666

Feature: Expose Decimal to Rust and (possibly) NodeJS API #3619

mxwli opened this issue Jun 10, 2024 · 0 comments
Assignees
Labels
apis feature New features or missing components of existing features

Comments

@mxwli
Copy link
Contributor

mxwli commented Jun 10, 2024

API

Other

Description

#3618 exposes the datatypes to the Python and Java APIs.

We possibly don't need to do anything for javascript; I couldn't find a decimal equivalent.

link to decimal datatype in rust
Rust and Kuzu use similar physical representations. Rust just fixes the width to 128 bits, while Kuzu chooses from [16, 32, 64, 128] bits

@mxwli mxwli added feature New features or missing components of existing features apis labels Jun 10, 2024
@andyfengHKU andyfengHKU mentioned this issue Jul 10, 2024
81 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apis feature New features or missing components of existing features
Projects
None yet
Development

No branches or pull requests

4 participants