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

Class unique

source code

etl.component.component --+
                          |
                         unique

This is an ETL Component that performs unique 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 unique result. * .* : Returns the duplicate flow with duplicate Result.

Instance Methods [hide private]
 
__init__(self, name='component.transform.unique') source code
 
__copy__(self) source code
 
process(self) source code