In the <docs> i see that flink sql udfs have Async...
# random
g
In the docs i see that flink sql udfs have Async Table functions, but there is nothing as a reference - as there are for the rest of the supported functions. Also is there any particular reason for using this function, compared to making an async call from a ScalarFunction for example? or is it just an easy wrapper?