C Scalar Function Using Dynamic UDTs | UFC Code Examples | Teradata Vantage - C Scalar Function Using Dynamic UDTs - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
rin1593638965306.ditamap
dita:ditavalPath
rin1593638965306.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantageā„¢

This example shows how to write a UDF called add_int that handles a dynamic UDT input argument. The add_int UDF can handle a dynamic UDT that consists of any combination of the following attribute types:

The add_int UDF sums up the values of all of the attributes of the dynamic UDT (where attributes that are not numeric are expected to represent integers as strings) and returns the result.
  • BYTEINT
  • SMALLINT
  • INTEGER
  • CHAR
  • VARCHAR
  • CLOB