Running UDFs
UDFs are flexible, so can be run either 1 time (on a small amount of data) or in bulk (over a large dataset for example):
Documentation overview
📄️ Single UDF
Fused UDF functions really shine once you start calling them from anywhere. You can do so in 2 main ways:
📄️ Multiple UDFs
UDF work best when handling small amounts of data at time, but often datasets are large. This is where running UDFs in bulk becomes needed