FastPath execution of a UDR in a (C)

A C UDR can use the following calls to invoke a UDR directly:
  • mi_routine_get()
  • mi_routine_exec()

FastPath execution of a UDR executes in parallel as long as the UDR is parallelizable and calls only functions that are PDQ thread safe.