An input table consisting of valid data types. The data types are any type castable to a REAL type, with one exception being ADHOC which can contain any non-LOB data type. The function requires TABLE_TYPE and CONTENT parameters, and has one optional parameter.
The values for each USING parameter determines what the output table looks like. The valid input column data types are any type castable to a REAL type, with the exception being ADHOC which can contain any non-LOB data type. The input table data format depends on the TableType and Content custom clause specified. The combinations are as follows:
Content | Matrix | Series |
---|---|---|
Real | Payload column | Number of columns varies depending on input columns. Column names start with REAL_. |
Complex | Real column, Imaginary column | Number of columns varies depending on input columns. Column names start with REAL_, and IMG_. |
AmplPhase | Amplitude column, Phase column | Number of columns varies depending on input columns. Column names start with AMPL_, and PHASE_. |
AdHoc | Number of columns varies depending on input columns. | Number of columns varies depending on input columns. |
MultiVarReal | Number of columns varies depending on input columns. Column names start with REAL_. | Number of columns varies depending on input columns. Column names start with REAL_. |
MultiVarComplex | Number of columns varies depending on input columns. Column names start with REAL_, and IMG_. | Number of columns varies depending on input columns. Column names start with REAL_, and IMG_. |
MultiVarAmpPhase | Number of columns varies depending on input columns. Column names start with AMPL_, and PHASE_. | Number of columns varies depending on input columns. Column names start with AMPL_, and PHASE_. |