Following is the function mapping definition GLMPredict for the glmpredict function on the server coprocessor.
During function processing, the following can be specified in the table operator ON clause:
- A single input table without a correlation name.
- The input table MODEL as a correlation name.
CREATE FUNCTION MAPPING appl_view_db.GLMPredict
FOR glmpredict SERVER coprocessor
MAP JSON ( '{ "function_version": "1.0" }')
USING
ANY IN TABLE,
MODEL IN TABLE;