forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-37173: [C++][Go][Format] C-export/import Run-End Encoded Arr…
…ays (apache#37174) ### Rationale for this change All array types should be C-exportable. It uses `"+r"` as the format string. `+` because it's a nested format and `r` was not taken and seems like the obvious choice. ### What changes are included in this PR? - [x] Ability to C-import/expor REE arrays. - [x] Reference update ### Are these changes tested? Yes. * Closes: apache#37173 Lead-authored-by: Felipe Oliveira Carvalho <[email protected]> Co-authored-by: Matt Topol <[email protected]> Signed-off-by: Matt Topol <[email protected]>
- Loading branch information
Showing
10 changed files
with
339 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.