matrixorigin / matrixorigin/matrixone
[Subtask]: User defined Scalar Function
Open
kind/subtask
needs-triage
source/dev
- Dominant language
- Go
- Stars
- 1.9k
- Forks
- 311
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 768
Description
### Parent Issue
#6581
### Detail of Subtask
User defined scalar function -- this is relatively straightforward. UDF takes a list of arguments return one value per call.
Note that the impl. can/should be vectorized, that is, each call from CN to UDF server pass in a batch, and result returned in a batch (or vector).
### Describe implementation you've considered
_No response_
### Additional information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.