You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d like to propose adding a built-in table function that returns a sequence of dates, similar to the existing sequence function for bigints.
The scalar counterparts of sequence for both bigints and dates share the same name. Since, table functions currently do not support overloading I see two possible approaches:
Assign a unique name to the new function, e.g., date_sequence.
Add support for overloading table functions. Based on my understanding, the SQL spec allows overloading table functions.
I’d like to propose adding a built-in table function that returns a sequence of dates, similar to the existing
sequence
function for bigints.The scalar counterparts of
sequence
for both bigints and dates share the same name. Since, table functions currently do not support overloading I see two possible approaches:date_sequence
.For reference, here’s a Slack thread discussing this: https://trinodb.slack.com/archives/C07ABNN828M/p1736797358292709
The text was updated successfully, but these errors were encountered: