PowerCenter
- PowerCenter 10.4.0
- All Products
INFA_EXPR_STATUS *(validateFunction)(IUNICHAR* sNamespace, IUNICHAR* sFuncName, IUINT32 numArgs, INFA_EXPR_OPD_METADATA** inputArgList, INFA_EXPR_OPD_METADATA* retValue);
Argument | Datatype | Input/ Output | Description |
---|---|---|---|
sNamespace | IUNICHAR | Input | Namespace of the function. |
sFuncName | IUNICHAR | Input | Name of the custom function to validate. |
numArgs | IUINT32 | Input | Number of arguments in the custom function. |
inputArgList | INFA_EXPR_OPD_METADATA | Input | Input arguments of the custom function. |
retValue | INFA_EXPR_OPD_METADATA | Output | Metadata of the return port of the custom function. Set the datatype, precision, and scale of the return value in this argument. |