Sets casting statements on the input columns so that the data types are cast as indicated by the caller.
Syntax
void FNC_TblOpSetInputColTypes(int streamNo, FNC_TblOpColumnDef_t *colDefs)
Syntax Elements
- streamNo
- IN parameter
The input stream number.
- colDefs
- IN parameter
A list of column definitions.
Usage Notes
This routine is callable on a PE vproc only by a table operator.