Skip to content

Databend User-Defined Function Server SDK

License

sundy-li/databend-udf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Databend User-Defined Function Server SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%