-
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
Add a make_date function #9024
Labels
enhancement
New feature or request
Comments
A similar request (make interval) is #6951 |
23 tasks
I can work on that one after I complete this one. |
Omega359
added a commit
to Omega359/arrow-datafusion
that referenced
this issue
Jan 29, 2024
Omega359
added a commit
to Omega359/arrow-datafusion
that referenced
this issue
Jan 29, 2024
alamb
pushed a commit
that referenced
this issue
Jan 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem or challenge?
Currently there isn't a way to make a date from separate component fields without doing a fair bit of work along the lines of:
A function with the same signature as the postgresql or spark functions would be a useful addition.
Describe the solution you'd like
A make_date(year, month, day) function that would take expressions for all arguments with a return type of Date32 for dataframes, Date for SQL.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: