-
Notifications
You must be signed in to change notification settings - Fork 752
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
Tabular SQL UDFs (UDTFs) #5731
Labels
A-query
Area: databend query
C-function
Category: Functions
community-take
good first issue
Category: good first issue
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
Comments
BohuTANG
added
A-query
Area: databend query
good first issue
Category: good first issue
C-function
Category: Functions
labels
Jun 2, 2022
Closed
/assignme |
@BohuTANG which parser should I use for this feature, v1 or v2? |
Please use v2, v2 will enabled by default soon. |
Hi @GrapeBaBa , |
@BohuTANG I am busy in own job these two weeks. I can spend some time to do this task from this week, however if it is a high priority task, feel free to take it back. |
dosubot
bot
added
the
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
label
Sep 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-query
Area: databend query
C-function
Category: Functions
community-take
good first issue
Category: good first issue
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
Summary
A user-defined table function can apply to a SQL query and returns 0, 1, or multi-rows, each result contains 1 or more columns.
A snow style UDTFs:
Reference:
Databend scalar UDF: https://databend.rs/doc/reference/sql/ddl/udf/ddl-create-function
Snowflake tabular UDF: https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-tabular-functions.html
The text was updated successfully, but these errors were encountered: