PowerCenter
- PowerCenter 10.4.0
- All Products
INFA_EXPR_STATUS pushdownFunctionEcho(IUNICHAR* sNameSpace, IUNICHAR* sFuncName, IUINT32 numArgs, INFA_EXPR_OPD_METADATA** inputArgList, EDatabaseType dbType, EPushdownMode pushdownMode, IUNICHAR** sGenSql)
Argument | Datatype | Input/Output | Description |
---|---|---|---|
sNameSpace | IUNICHAR | Input | Namespace of the function. |
sFuncName | IUNICHAR | Input | Name of the custom function to validate. |
numArgs | IUNINT32 | Input | Number of arguments in the custom function. |
inputArgList | INFA_EXPR_OPD_METADATA | Input | Input arguments of the custom function. |
dbType | EDatabaseType | Input | Database type. |
pushdownMode | EPushdownMode | Input | Type of pushdown optimization. |
sGenSql | IUNICHAR | Output | SQL generated by the custom function. |