databend
databend copied to clipboard
Feature: support javascript udf
Summary
Python UDF will be launched soon: https://github.com/datafuselabs/databend/pull/12729. Thanks, @gitccl
It will easily support javascript udf.
Ref: https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-introduction
Recently I saw that rw open source udf framework, whether can use arrow-udf-js to achieve this part, I want to try it. Or, I need to see the previous python UDF implementation before making a decision.
@hanxuanliang
You can try to add arrow-udf-python, it's easy after #14799 is merged.
NICE. Is there an issue? I want to try it!