QuestionQ41

Official exam objectives/topics

Which callback function must be included in a JavaScript User-Defined Function (UDF) for it to run successfully?

  • A initialize()
  • B processRow()
  • C handler()
  • D finalize()
Explanation

For a Snowflake JavaScript tabular UDF, processRow() is the required callback that Snowflake invokes for each input row. initialize() and finalize() are optional lifecycle callbacks.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!