Skip to content

Support udf range #8028

Closed
Closed
@smallzhongfeng

Description

@smallzhongfeng

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions