Table Parameterized Functions

A Table parameterized function (TPF) is an extension of a table UDF that accepts table input parameters in addition to scalar input parameters.

You can configure user-specified partitioning for your TPF. The UDF developer can declare a partitioning scheme that breaks down the dataset into smaller pieces of query processing that you distribute across multiplex nodes. This enables you to execute the TPF in parallel in a distributed server environment over partitions of row sets. The query engine supports massive parallelization of TPF processing.

Note: Multiplex requires a separate license. See Administration: Multiplex.