-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-638: [C++] Complex Number Support #10452
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
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename pull request title in the following format? or See also: |
|
I think it would be best to start a discussion on the dev mailing-list to gauge interest and support for this. @sjperkins Do you want to do it? |
|
#10565 contains the PR implementing Complex Numbers as Extension Types |
|
Thank you for your contribution. Unfortunately, this pull request has been marked as stale because it has had no activity in the past 365 days. Please remove the stale label or comment below, or this PR will be closed in 14 days. Feel free to re-open this if it has been closed in error. If you do not have repository permissions to reopen the PR, please tag a maintainer. |
xref https://issues.apache.org/jira/browse/ARROW-638
Added COMPLEX_FLOAT and COMPLEX_DOUBLE types to the flatbuffers definition in feather.fbs as an initial stab.
This is a draft and I've some questions before proceeding foreward: