Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support udf range #8028

Closed
smallzhongfeng opened this issue Nov 2, 2023 · 3 comments · Fixed by #8140
Closed

Support udf range #8028

smallzhongfeng opened this issue Nov 2, 2023 · 3 comments · Fixed by #8140
Labels
enhancement New feature or request

Comments

@smallzhongfeng
Copy link
Contributor

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

@smallzhongfeng smallzhongfeng added the enhancement New feature or request label Nov 2, 2023
@smallzhongfeng smallzhongfeng changed the title feat: support udf range Support udf range Nov 2, 2023
@alamb
Copy link
Contributor

alamb commented Nov 3, 2023

Added as subtask of #6980

@Veeupup
Copy link
Contributor

Veeupup commented Nov 10, 2023

hi @alamb can I try to fix this issue? : )

@alamb
Copy link
Contributor

alamb commented Nov 10, 2023

sure -- thanks @Veeupup -- sorry for the delays in reviewing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants