Support a timestamp construction/alteration API in PyDough similar to the sqlite DATETIME function #208
Labels
documentation
Improvements or additions to documentation
effort - medium
mid-sized issue with average implementation time/difficulty
enhancement
New feature or request
user feature
Adding a new user-facing feature/functionality
This function should be able to do the following:
'now'
(meaning get the current timestamp), or a datetime literal (datetime.date
,datetime.datetime
,pandas.Timestamp
)DATETIME('now', '-1 month', '+3 days')
)DATETIME("now", "start of month")
datetime
function accordinglyCURRENT_DATE
,CAST(... AS TIMESTAMP)
,± INTERVAL 'x UNIT'
, andDATE_TRUNC
The text was updated successfully, but these errors were encountered: