dinky
dinky copied to clipboard
[Feature][function] 是否考虑支持自定义函数
Search before asking
- [X] I had searched in the issues and found no similar feature requirement.
Description
支持用户上传自定义函数jar包,并在 flinksql 中使用
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- [X] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
It supports function customization,The development method can refer to the flink official documents,Put the expansion package under directory plugins/.Use the following method to load functions in the SQL file:
create function TO_CHAR AS 'com.haier.sql.udf.ToCharFunction';
#1153
#1144
#1137