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
Is your feature request related to a problem or challenge?
Currently our udf function does not have range. This is a commonly used function. I understand that I should add it.
try: select range(10);
result: Error: Plan("Invalid function 'range'.\nDid you mean 'nanvl'?")
Is your feature request related to a problem or challenge?
Currently our udf function does not have
range
. This is a commonly used function. I understand that I should add it.try:
select range(10);
result:
Error: Plan("Invalid function 'range'.\nDid you mean 'nanvl'?")
And duckdb or clickhouse has supported it.
duckdb: https://duckdb.org/docs/archive/0.9.1/sql/functions/
clickhouse: https://clickhouse.com/docs/en/sql-reference/functions/array-functions
Describe the solution you'd like
Add the udf function.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: