Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 560 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 560 Bytes

Databend UDF Server SDK

This library provides a SDK for creating user-defined functions (UDF) server in Databend.

Python

Introduction

Databend supports user-defined functions implemented as external functions. With the Databend Python UDF API, users can define custom UDFs using Python and start a Python process as a UDF server. Then users can call the customized UDFs in Databend. Databend will remotely access the UDF server to execute the defined functions.