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
UDF and UDAF callback functions
Aggregate UDF calling patterns