FNC_TblOpGetInnerContract Function | C Library Functions | Teradata Vantage - FNC_TblOpGetInnerContract - 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ā„¢

Gets the contract definition of a nested inner table operator for the outer table operator to use.

Syntax

void
FNC_TblOpGetInnerContract(void **innerContract,
                          int   *contractLen)

Syntax Elements

innerContract
IN/OUT parameter

Input argument: Identifies the buffer which will hold the contract definition information.

Return value:
  • The contract definition of the inner table operator.
  • NULL, if the inner contract function does not exist.
contractLen
OUT parameter

The length of the contract definition.

Usage Notes

This routine is callable on a PE vproc only by a table operator.
FNC_TblOpGetInnerContract calls FNC_malloc to allocate memory for the buffer specified by *innerContract. Unless the routine returns *innerContract as NULL, you must use FNC_free to free the allocated memory after processing the data.