Designing and Packaging Custom Operators - Parallel Transporter

Teradata® Parallel Transporter Operator Programmer Guide

Product
Parallel Transporter
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-18
dita:mapPath
oee1544831943772.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2435
lifecycle
previous
Product Category
Teradata Tools and Utilities

You can develop customized Teradata PT operators using the Teradata PT operator API that fits your specific needs.

The Teradata PT operator interface supports operators written in the following languages:

  • C (the preferred language for coding custom operators)
  • C++

Use the following statement to include the Teradata PT operator interface header file in your operator object module:

#include <pxoper.h>