-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-13222: [C++] Improve type support for case_when #10806
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
Closed
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
8a5545f
ARROW-13222: [C++] Improve type support for case_when kernel
lidavidm 2202b74
ARROW-13222: [C++] Add list type support for case_when kernel
lidavidm 737347a
ARROW-13222: [C++] Add more benchmarks for case_when kernel
lidavidm 6ffb272
ARROW-13222: [C++] Add basic implementations for map, fixed size list
lidavidm 0d42d40
ARROW-13222: [C++] Much faster, but less generic case_when for nested…
lidavidm 3ec727a
ARROW-13222: [C++] Expand type support
lidavidm d6b491c
ARROW-13222: [C++] Expand type support further
lidavidm a7a3b45
ARROW-13222: [C++] Fix typos
lidavidm d6a50ea
ARROW-13222: [C++] Fix types
lidavidm 1f47c6d
ARROW-13222: [C++] casts for msyc
lidavidm a4336f8
ARROW-13222: [C++] Explicit cast to avoid accidental overflow
lidavidm 2bde163
ARROW-13222: [C++] Add support for unions
lidavidm 5307c5a
ARROW-13222: [C++] Trim unnecessary cases
lidavidm 72811bb
ARROW-13222: [C++] Refactor GetValueAppender into builder methods
lidavidm d9cb23e
ARROW-13222: [C++] Untemplate common case
lidavidm c834b5c
ARROW-13222: [C++] Address feedback
lidavidm 2b6dd26
ARROW-13222: [C++] Add tests for AppendArraySliceUnchecked
lidavidm 7390452
ARROW-13222: [C++] Fix lint/MSVC warnings
lidavidm bd95fc8
ARROW-13222: [C++] Optimize BaseBinaryBuilder::AppendArraySliceUnchecked
lidavidm bf01084
ARROW-13222: [C++] Optimize StructBuilder::AppendArraySliceUnchecked
lidavidm b3c12a1
ARROW-13222: [C++] Reorganize union builders
lidavidm 0324fd1
ARROW-13222: [C++] Don't over-allocate
lidavidm 0ac03c1
Revert "ARROW-13222: [C++] Optimize BaseBinaryBuilder::AppendArraySli…
lidavidm e5581e6
ARROW-13222: [C++] Rename to AppendArraySlice
lidavidm ee1a6b0
ARROW-13222: [C++] Add forgotten RETURN_NOT_OK
lidavidm ef62b84
ARROW-13222: [C++] Add another forgotten RETURN_NOT_OK
lidavidm b52dab8
ARROW-13222: [C++] Fix qualifiers for MSVC2015
lidavidm 814b2f3
ARROW-13222: [C++] Add cast for MSVC
lidavidm 2f67f7f
ARROW-13222: [C++] Try to avoid apparently miscompilation under MinGW…
lidavidm 4cc6387
ARROW-13222: [C++] Try to fix MinGW again
lidavidm f032791
ARROW-13222: [C++] Update compute.rst
lidavidm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.