smallzhongfeng opened a new issue, #8028:
URL: https://github.com/apache/arrow-datafusion/issues/8028
### 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/](https://duckdb.org/docs/archive/0.9.1/sql/functions/nested#:~:text=%27k%27-,Range%20Functions,-The%20functions%20range)
clickhouse:
[https://clickhouse.com/docs/en/sql-reference/functions/array-functions](https://clickhouse.com/docs/en/sql-reference/functions/array-functions#rangeend-rangestart--end--step:~:text=Syntax-,range(%5Bstart%2C%20%5D%20end%20%5B%2C%20step%5D),-Arguments)
### Describe the solution you'd like
Add the udf function.
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
--
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]