Designing and Packaging Custom Operators - Parallel Transporter

Teradata Parallel Transporter Operator Programmer Guide

Product
Parallel Transporter
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
dita:id
B035-2435
lifecycle
previous
Product Category
Teradata Tools and Utilities

Designing and Packaging Custom Operators

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:

  • 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>