andygrove opened a new pull request, #3254: URL: https://github.com/apache/datafusion-comet/pull/3254
## Summary - Add documentation for expressions that were implemented but not documented in the supported expressions list - Fix TruncTimestamp SQL from `trunc_date` to `date_trunc` ### Expressions added: | Expression | Section | |------------|---------| | Left | String Functions | | DateDiff | Date/Time Functions | | DateFormat | Date/Time Functions | | LastDay | Date/Time Functions | | UnixDate | Date/Time Functions | | UnixTimestamp | Date/Time Functions | | Sha1 | Hashing Functions | | JsonToStructs | Struct Expressions | ## Test plan Documentation only change - no tests needed. 🤖 Generated with [Claude Code](https://claude.ai/claude-code) -- 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]
