Hi, We plan to use UDF on our sql. We want to achieve some kind of filtering based on internal states. We want to update that internal state with a separate async thread in UDF. Before implementing that thing I want to get your options. Is there any limitation for UDF to have multi-thread implementation ? Our UDF is a scalar function. It will get 1 or 2 input and return boolean.
I will appreciate your comments in advance. Thanks