databend icon indicating copy to clipboard operation
databend copied to clipboard

Feature: support javascript udf

Open xudong963 opened this issue 2 years ago • 1 comments

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

xudong963 avatar Sep 07 '23 06:09 xudong963

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 avatar Feb 22 '24 02:02 hanxuanliang

@hanxuanliang

You can try to add arrow-udf-python, it's easy after #14799 is merged.

sundy-li avatar Mar 04 '24 04:03 sundy-li

NICE. Is there an issue? I want to try it!

hanxuanliang avatar Mar 05 '24 02:03 hanxuanliang