-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-8919: [C++][Compute][Dataset] Add Function::DispatchBest to accomodate implicit casts #9294
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
22 commits
Select commit
Hold shift + click to select a range
1fb628b
ARROW-8919: [C++][Compute] Add Function::DispatchBest
bkietz e6f0840
support implicit casts in Function::Execute, CallFunction
bkietz 5cdd710
first pass at integrating DispatchBest into Expressions
bkietz 6385032
add DispatchBest to SetLookup kernels
bkietz 058e15a
repair implicit cast is_in execution test
bkietz b8525a4
add support for null -> * cast to arithmetic and compare
bkietz e60e555
use explicit schema to avoid inferring bool as str
bkietz 2528d95
apply implicit casts to R binding
bkietz ecd778c
ensure value_set is cast to the input type
bkietz 003ef40
always check for an exact match first
bkietz 7ebb067
add implicit cast between timestamp-like types to comparison
bkietz 8100d21
support dictionary(X) -> Y casts if X -> Y
bkietz c1de51d
describe implicit cast behavior in compute.rst
bkietz db5ae2f
msvc: linkage fix
bkietz 0852305
review comments
bkietz ff9cde2
unskip implicit casting comparison test
bkietz c761233
Revert "unskip implicit casting comparison test"
bkietz dd68342
review comments
bkietz 282dac5
expand common numeric type when signed/unsigned
bkietz 66aa801
add test case for stripping casts from uint32 to signed integer types
bkietz 62a6b5e
Nits + fix compile error (hopefully)
pitrou 6ded65f
inline InitKernelState, ensure KernelInitArgs::inputs is bound to a n…
bkietz 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
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.