Package etl :: Package component :: Package transform :: Module merge' :: Class merge
[hide private]
[frames] | no frames]

Class merge

source code

          object --+        
                   |        
              signal --+    
                       |    
control.sleep'.component --+
                           |
                          merge

This is an ETL Component that merge all input flows into only one output flow.

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

Instance Methods [hide private]
 
process(self)
Process method of ETL component.
source code

Inherited from control.sleep'.component: __copy__, __init__, __str__, channel_get, copy, end, error, generator_get, get_trigger_data, input_get, is_end, is_start, pause, start, stop, warning

Inherited from signal: signal, signal_connect, signal_unconnect

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

process(self)

source code 
Process method of ETL component.
Overrides: control.sleep'.component.process
(inherited documentation)