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

[C++] Add Fixed-Size List Support in Apache Arrow STL Conversion Traits #45005

Open
mroz45 opened this issue Dec 12, 2024 · 0 comments
Open

[C++] Add Fixed-Size List Support in Apache Arrow STL Conversion Traits #45005

mroz45 opened this issue Dec 12, 2024 · 0 comments

Comments

@mroz45
Copy link
Contributor

mroz45 commented Dec 12, 2024

Describe the enhancement requested

Conversion of a range of std::tuple objects can be converted into Arrow Tables. However, while Arrow supports several standard C++ data types for this conversion, it lacks direct support for fixed-size lists. At present, Arrow supports Lists via std::vector, but there is no implementation for fixed-size lists(std::array), which are often used in scenarios where size is predetermined for performance or structural reasons.

Component(s)

C++

@mroz45 mroz45 changed the title Add Fixed-Size List Support in Apache Arrow STL Conversion Traits [C++]Add Fixed-Size List Support in Apache Arrow STL Conversion Traits Dec 12, 2024
@kou kou changed the title [C++]Add Fixed-Size List Support in Apache Arrow STL Conversion Traits [C++] Add Fixed-Size List Support in Apache Arrow STL Conversion Traits Dec 13, 2024
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

1 participant