TD_BINARYMATRIXOP Output - Teradata Vantage

Database Unbounded Array Framework Time Series Functions

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-04-04
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.