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>