-
Notifications
You must be signed in to change notification settings - Fork 112
Add arrow cast #962
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
Merged
Merged
Add arrow cast #962
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1f434cc
feat: add data_type parameter to expr_fn macro for arrow_cast function
kosiew a576cb7
feat: add arrow_cast function to cast expressions to specified data t…
kosiew 1914a0b
docs: add casting section to user guide with examples for arrow_cast …
kosiew e623ae3
test: add unit test for arrow_cast function to validate casting to Fl…
kosiew 61115b3
fix: update arrow_cast function to accept Expr type for data_type par…
kosiew 11071e6
fix: update test_arrow_cast to use literal casting for data types
kosiew 20cc781
fix: update arrow_cast function to accept string type for data_type p…
kosiew 1e4e350
fix: update arrow_cast function to accept Expr type for data_type par…
kosiew 8c7e2f8
fix: update test_arrow_cast to use literal for data type parameters
kosiew b80ae94
fix: update arrow_cast function to use arg_1 for datatype parameter
kosiew eba0d32
fix: update arrow_cast function to accept string type for data_type p…
kosiew 3a5e210
Revert "fix: update arrow_cast function to accept string type for dat…
kosiew 856ff8c
fix: update test_arrow_cast to cast literals to string type for arrow…
kosiew dcaf0d6
Revert "fix: update test_arrow_cast to cast literals to string type f…
kosiew 9e1ced7
fix: update arrow_cast function to accept string type for data_type p…
kosiew 8e96e8e
Revert "fix: update arrow_cast function to accept string type for dat…
kosiew 11ed674
fix: add utf8_literal function to create UTF8 literal expressions in …
kosiew 193d21c
Revert "fix: add utf8_literal function to create UTF8 literal express…
kosiew ba53bd1
feat: add utf8_literal function to create UTF8 literal expressions
kosiew 3b83a96
fix: update test_arrow_cast to use column 'b'
kosiew cdf32cd
fix: enhance utf8_literal function to handle non-string values
kosiew 187e077
Add description for utf8_literal vs literal
kosiew d801567
Merge branch 'main' into add-arrow-cast-merge-main
kosiew 0106cb7
docs: clarify utf8_literal function documentation to explain use case
kosiew 74cbd3b
docs: add clarification comments for utf8_literal usage in arrow_cast…
kosiew 1c5b91e
docs: implement ruff recommendation
kosiew 4aa6c7e
fix ruff errors
kosiew f9814dd
docs: update examples to use utf8_literal in arrow_cast function
kosiew 8eb0ed1
docs: correct typo in comment for utf8_literal usage in test_arrow_cast
kosiew 9216389
docs: remove redundant comment in test_arrow_cast for clarity
kosiew 5e03c3a
refactor: rename utf8_literal to string_literal and add alias str_lit
kosiew 7e28012
docs: improve docstring for string_literal function for clarity
kosiew 5eced8b
docs: update import statement to include str_lit alias for string_lit…
kosiew 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.