Udf

SQL

SQL - User-Defined Functions (UDF)

SQL Server supports three primary UDF types: scalar functions, inline table-valued functions (iTVF), and multi-statement table-valued functions (mTVF). Each type has specific performance…

Read more →
Engineering

How to Use UDF in PySpark

PySpark’s built-in functions cover most data transformation needs, but real-world data is messy. You’ll inevitably encounter scenarios where you need custom logic: proprietary business rules, complex…

Read more →