Specifying partitioning style and sorting requirements

The operator and partitioning classes define functions that allow you to specify partitioning style and sort requirements. This makes it possible for operator users to write correct data flows without having to deal with parallelism issues.

To ensure that your partitioning and sorting requirements are met, the appropriate components are inserted into the data flow immediately after the execution of a describeOperator() function.