FNC_TblOpGetStructuredAttributeInfo Function | C Library Functions | Vantage - FNC_TblOpGetStructuredAttributeInfo - Analytics Database - Teradata Vantage

SQL External Routine Programming

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-07-11
dita:mapPath
iiv1628111441820.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
B035-1147
lifecycle
latest
Product Category
Teradata Vantageā„¢

Get the information on all of the attributes of a particular structured UDT type.

Syntax

void
FNC_TblOpGetStructuredAttributeInfo(unsigned char    *udtName, 
                                    int                bufSize,
                                    attribute_info_t *attributeArray)

Syntax Elements

udtName
A pointer to the structured UDT type name.
bufSize
The size in bytes that was allocated to the attributeArray argument.
attributeArray
An array of one or more attribute_info_t structures that describe all of the attributes in the structured UDT. For more information about the attribute_info_t structure, see Table Operator Data Structures.

Usage Notes

This routine is only supported with table operators.