.. _`HJoin Table`: .. _`org.sysess.sympathy.data.table.hjointable`: HJoin Table ~~~~~~~~~~~ .. image:: hjoin_table.svg :width: 48 Horizontal join of two Tables into a single Table. :Opposite node: :ref:`HSplit Table` *Ports*: **Inputs**: :port1: table Input Table 1 :port2: table Input Table 2 **Outputs**: :port1: table Table with horizontally joined data *Configuration*: **mask** Select if rows that are not represented in all Tables should be complemented with masked values **rename** If true columns with same name as an earlier column will be renamed and joined, otherwise columns will overwrite existing data **name** Select which port decides the output table(s) names .. automodule:: node_hjoin_tables .. class:: HJoinTable