-
Notifications
You must be signed in to change notification settings - Fork 4.1k
UDF: Support CREATE FUNCTION sql statement parsing #83218
Copy link
Copy link
Closed
Labels
A-sql-udfC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Description
Is your feature request related to a problem? Please describe.
A child of #58356
Describe the solution you'd like
- Add grammar support in
sql.yso that CRDB parser understands proper keywords and tokens similar to Postgres. reference: https://www.postgresql.org/docs/current/sql-createfunction.html - Properly designed AST data structures, so that
CREATE FUNCTIONstatement can be parsed into the AST node.
Jira issue: CRDB-16924
Epic CRDB-3405
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-udfC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)