Table Operator - Teradata Database - Teradata Vantage NewSQL Engine

SQL Data Manipulation Language

Product
Teradata Database
Teradata Vantage NewSQL Engine
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2019-05-03
dita:mapPath
fbo1512081269404.ditamap
dita:ditavalPath
TD_DBS_16_20_Update1.ditaval
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata Vantage™

Purpose

Table operators read one or more input tables, perform operations on the data such as partitioning or aggregation, then write output rows. Table operators can accept an arbitrary row format for each input table and, based on the operation and input row types, produce an arbitrary output row format. For more information on the table operators that Teradata provides, see Teradata Vantage™ SQL Operators and User-Defined Functions, B035-1210. For more information on creating table operators, see Teradata Vantage™ SQL External Routine Programming , B035-1147 .

Required Privileges

You must have the EXECUTE FUNCTION privilege on the function mapping or the containing database.

Syntax