Omega359 opened a new issue, #19025: URL: https://github.com/apache/datafusion/issues/19025
### Is your feature request related to a problem or challenge? The [time and date scalar functions](https://datafusion.apache.org/user-guide/sql/scalar_functions.html#time-and-date-functions) are missing a fair bit of support for `Time` datatypes making it hard to work with time values in some situations. For example, there isn't a simple way to: - make a time field from hour, minute, sec (make_time) - directly make a time field from a string (to_time). You need to first create a timestamp than extract the time component from that. - binning times is not supported in date_bin. (fix that or add time_bin) - truncate a time field is not supported in date_trunc. (fix that or add time_trunc ### Describe the solution you'd like Better support for time data types across all expected functions. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
