The sort settings are used to configure
Sort operators that are injected into a DataFlow application by the compiler.
Operators specify metadata that includes their requirement of sort order for their input data. If the compiler detects that an operator requires the data re-ordered, a
Sort operator will be injected into the physical plan. The injected
Sort operators will be configured with the sort settings. The following table provides a listing of the sort settings.