-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Introduce return_type_from_args
for ScalarFunction.
#14094
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6b00b9a
switch func
jayzhan211 b079be3
fix test
jayzhan211 8c9ee8c
fix test
jayzhan211 6df7476
deprecate old
jayzhan211 fe7f6a5
add try new
jayzhan211 4da4c71
deprecate
jayzhan211 de4b484
rm deprecate
jayzhan211 02a64ce
reaplce deprecated func
jayzhan211 f26ce70
cleanup
jayzhan211 b967034
combine type and nullable
jayzhan211 50cac9e
fix slowdown
jayzhan211 7909231
clippy
jayzhan211 9a95659
fix take
jayzhan211 9320f34
fmt
jayzhan211 03bd527
rm duplicated test
jayzhan211 fd2f35d
Merge branch 'main' of github.com:apache/datafusion into ret-ty
jayzhan211 26e6346
refactor: remove unused documentation sections from scalar functions
jayzhan211 3f2ae5c
upd doc
jayzhan211 727ba44
Merge branch 'main' of github.com:apache/datafusion into ret-ty
jayzhan211 5ad7b5c
use scalar value
jayzhan211 0545181
fix test
jayzhan211 3014267
fix test
jayzhan211 8463698
use try_as_str
jayzhan211 40dfc6c
refactor: improve error handling for constant string arguments in UDFs
jayzhan211 c321ff8
refactor: enhance error messages for constant string requirements in …
jayzhan211 8ea6cef
refactor: streamline argument validation in return_type_from_args for…
jayzhan211 486a3b6
rename and doc
jayzhan211 78b8173
refactor: add documentation for nullability of scalar arguments in Re…
jayzhan211 a72f116
rm test
jayzhan211 61abb93
refactor: remove unused import of Int32Array in utils tests
jayzhan211 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 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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice