Question 19

Which callback function is required within a JavaScript User-Defined Function (UDF) for it to execute successfully?

Correct Answer:B
The processRow () callback function is required within a JavaScript UDF for it to execute successfully. This function defines how each row of input data is processed and what output is returned. The other callback functions are optional and can be used for initialization, finalization, or error handling.

START DEA-C01 EXAM