iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

[WIP] Implementation of IoTDB Function Runtime Interface.

Open Sunny-Island opened this issue 3 years ago • 0 comments

This pull request is work in progress.

Description

This pull request is about implementation of function runtime interface, which is abstract of function runtime. It will be compatible with the UDFs previously implemented by Java , and can also support UDFs written in languages ​​such as JavaScript and Lua to run in runtimes of different languages.

Sunny-Island avatar Sep 29 '22 18:09 Sunny-Island