TD_BINARYMATRIXOP Output - Teradata Vantage

Database Unbounded Array Framework Time Series Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-12-08
dita:mapPath
ncd1634149624743.ditamap
dita:ditavalPath
ruu1634160136230.ditaval
dita:id
ncd1634149624743
A generated matrix of real numbers. There is no secondary or tertiary result set produced by this function. Optionally, use OUTPUT_FMT(INDEX_STYLE()) to specify the indexing mechanism (ROW_I) to be associated with the one-dimensional output array, otherwise the indexing mechanism defaults to a NUMERICAL_SEQUENCE.

Display the RETURNS TABLE with a SELECT statement.

RETURNS TABLE Schema

Name Data Type Description
derived-matrix-identifier Varies The resultant series identifier inherited from the MATRIX_ID of the primary input.
ROW_I Varies Row index value of the array.
COLUMN_I Varies Column index value of the array.
OUT_payload-name REAL Results of mathematics operation.