Defining Operators - Parallel Transporter

Teradata® Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
17.00
Published
August 31, 2020
Language
English (United States)
Last Update
2020-08-27
dita:mapPath
zae1544831938751.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
B035-2445
lifecycle
previous
Product Category
Teradata Tools and Utilities
Choosing operators for use in a job script is based on the type of data source, the characteristics of the target tables, and the specific operations to be performed. Teradata PT scripts can contain one or more of the following operator types.
  • Producer operators “produce” data streams after reading data from data sources.
  • Consumer operators “consume” data from data streams and write it to target tables or files.
  • Filter operators read data from input data streams, perform operations on the data or filter it, and write it to output data streams. Filter operators are optional.
  • Standalone operators issue Teradata SQL statements or host operating system commands to set up or clean up jobs; they do not read from, or write to, the data stream.
The following locations contain additional information about Teradata PT operators: