-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
Milestone
Description
New function should support this signature
DATEADD( <date_or_time_part>, <value>, <date_or_time_expr> )Detailed description here
https://docs.snowflake.com/en/sql-reference/functions/dateadd
Basic implementation can be taken from
https://github.com/apache/datafusion/tree/main/datafusion/functions/src/datetime
Reactions are currently unavailable