-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-1888: [C++] Implement Struct Casts #12248
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
54 commits
Select commit
Hold shift + click to select a range
3b995ce
Added failing test case
WillAyd 9ad70ba
incomplete impl but some progress
WillAyd 8d12595
exceptions implemented
WillAyd 88165c5
passed tests for exception messages
WillAyd bcd4352
clang format fixup
WillAyd ba7d698
uncomment test, still failing impl
WillAyd e817c35
no more segfault
WillAyd 0e2d7a9
checkpoint for casting elements
WillAyd c3011d6
Datum cast hackery checkpoint
WillAyd f099bd5
replaced unused code with NotImplemented
WillAyd 2d22e08
working scalar impl
WillAyd 4a2fd05
code cleanup
WillAyd 2bf3e22
passing tests
WillAyd 7df2f01
format and cleanup
WillAyd bc21c88
revert inadvertant license typo change
WillAyd 60dedcd
simplified impl
WillAyd a9d6f53
clang fixup
WillAyd daf9ecd
comment cleanup
WillAyd 48e6ac2
remove auto from external loops
WillAyd 32cb09b
Merge remote-tracking branch 'upstream/master' into arrow-1888
WillAyd a5b6ca4
TODO removal
WillAyd 03a1a51
removed auto i loop initialization
WillAyd a8f843e
test with slice offset
WillAyd 212fb2d
simplify return type
WillAyd f8b1b4c
scalar valid checks
WillAyd dbb746e
Merge remote-tracking branch 'upstream/master' into arrow-1888
WillAyd 23aa3bf
clang-format
WillAyd 6d0b197
initial feedback
WillAyd 3528df6
better error messages
WillAyd 59718ec
clang-format
WillAyd c6856ca
updated scanner test
WillAyd f73893e
make longer structs for CheckScalar test
WillAyd 5be79f5
added comments for research
WillAyd a2c1346
compiling with segfault
WillAyd b5b96d5
added struct ToString for different sizes test
WillAyd ae87ae7
better test; revert structtype change
WillAyd 1de6bea
revert some things
WillAyd 4ff815e
getting warmer
WillAyd b051623
clang-format
WillAyd e7b3363
Merge remote-tracking branch 'upstream/master' into arrow-1888
WillAyd 20fa5d9
passing test
WillAyd 1ed9984
all tests passing
WillAyd 090c040
clang-format
WillAyd 9a505d6
new test
WillAyd 1e6b660
MSVC compat
WillAyd cc096b9
semi passing tests
WillAyd dc9f386
clang-format
WillAyd c7ee877
passing nullability test
WillAyd c7150aa
variable cleanup
WillAyd 5ebefd6
simplified tests
WillAyd 6200023
clang-format
WillAyd 8e8e5d6
introduce null data
WillAyd 4214565
added test with nullability buffer
WillAyd d616271
more efficient slice / buffer handling
WillAyd 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
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.