Index table

../../../../_images/lookup1.svg

Uses index-table to perform row indexation from value-table. No other datatypes than integer or boolean are allowed in the index column

Definition

Input ports

value
Type: table
Description: Value table
index
Type: table
Description: Index table

Output ports

out
Type: table
Description: Result table

Configuration

Start at one (at_one)

Start indexing at one, otherwise at zero

Select indexing column (index column)

Select column used for indexing.

Operation (operation)

If to include or exclude rows

Examples

The node can be found in:

Implementation

class node_index_table.IndexTable[source]