etlplus.ops.transformations.sort
etlplus.ops.transformations.sort module.
Sort helpers shared by etlplus.ops.transform and custom runners.
Use apply_sort() for direct record sorting. Use apply_sort_step()
when you need the pipeline-style adapter consumed by
etlplus.ops.transform.transform().
Functions
|
Sort records by a field. |
|
Apply a sort pipeline step to a list of records. |