Scalar UDF Calling Pattern

Expected calling pattern for supplied function pointers for a scalar UDF calling pattern.

_start_extfn(if supplied)
_evaluate_extfn (repeated 0 to numerous times)
_finish_extfn(if supplied)
Related concepts
Scalar and Aggregate UDF Callback Functions
Aggregate UDF Calling Patterns