etl :: component :: transform :: sort :: sort :: Class sort
[hide private]
[frames] | no frames]

Class sort

source code

etl.component.component --+
                          |
                         sort

This is an ETL Component that performs sort operation.

Type : Data Component. Computing Performance : Semi-Streamline. Input Flows : 1. * .* : The main data flow with input data. Output Flows : 0-x. * .* : Returns the main flow with sort result.

Instance Methods [hide private]
 
__init__(self, fieldname, name='component.transfer.sort')
Required Parameters fieldname : Specifies the field name according to which sorting process will be done.
source code
 
__copy__(self) source code
 
process(self) source code
Method Details [hide private]

__init__(self, fieldname, name='component.transfer.sort')
(Constructor)

source code 

Required Parameters fieldname : Specifies the field name according to which sorting process will be done.

Extra Parameters name : Name of the component.