.. _`Create Index Table`: .. _`org.sysess.sympathy.data.table.createindextable`: Create Index Table ~~~~~~~~~~~~~~~~~~ .. image:: lookup.svg :width: 48 Create an index column for table data. The name of the resulting index column depends on the *name* parameter and its values are computed depending on the *method* used and the *columns* selected. *Ports*: **Inputs**: :input: table Input table **Outputs**: :output: table Output table *Configuration*: **method** Select method used for index creation. **columns** Select columns used for building the index. **name** Select name for index column. .. automodule:: node_index_table .. class:: CreateIndexTable