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

[Rust] Improve primitive types #20464

Closed
asfimport opened this issue Nov 26, 2018 · 1 comment
Closed

[Rust] Improve primitive types #20464

asfimport opened this issue Nov 26, 2018 · 1 comment

Comments

@asfimport
Copy link
Collaborator

Currently we simply uses Rust's native types as primitive types, and relies on macros such as this to link the Arrow data type with the native type. A better approach may be to define richer primitive types which contain both the Arrow type and the Rust native type, as well as other information such as type's bit width, precision, etc.

Reporter: Chao Sun / @sunchao
Assignee: Chao Sun / @sunchao

PRs and other links:

Note: This issue was originally created as ARROW-3878. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
Issue resolved by pull request 3031
#3031

@asfimport asfimport added this to the 0.12.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants