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
ft:locale
en-US
ft:lastEdition
2025-03-30
dita:mapPath
iiv1628111441820.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
qnu1472247494689
lifecycle
latest
Product Category
Teradata Vantageā„¢

Retrieves 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.

Example using FNC_TblOpGetStructuredAttributeInfo

See Example: FNC_TblOpGetStructuredAttributeInfo.