Designing and Packaging Custom Operators - Parallel Transporter

Teradata Parallel Transporter Operator Programmer Guide

Product
Parallel Transporter
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2018-10-10
dita:mapPath
vxb1527114222350.ditamap
dita:ditavalPath
Audience_PDF_include.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>