Example: Function Mapping Definition with IN TABLE Options - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

Below 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;