Learning Roadmap for TPF Developers

Develop a C or C++ TPF.

This roadmap assumes:
Task See

Familiarize yourself with table UDF development.

Learning Roadmap for Table UDF Developers

Follow the recommended procedure for creating a TPF.

Developing a TPF

TPF Implementation Examples

Establish a table context for the input table and consume table rows from it.

Consume Table Parameters

(Optional) Order incoming data.

Order Input Table Data

(Optional) Partition the incoming data to enable parallel TPF processing in your multiplex.

Partitioning Input Data