Filter rows in Tables¶
Auto generated list version of Filter rows in Table.
In this version, the following ports from the original nodes have been changed to lists which the node loops over:
Looped Inputs: port0, port1. Looped Outputs: port0.
For more details see Filter rows in Table.
- Input ports:
port0: [table]
Table with column, C0, with reference values
port1: [table]
Table with column, C1
- Output ports:
port0: [table]
Filtered Table
- Configuration:
- c0_column
- Select the column in Table1, upper port, to use as reference column C0 in the comparison.
- c1_column
- Select the column in Table2, lower port, to use as object column C1 in the comparison.
- filter_functions
- All available pre-defined filter functions.
- use_custom_predicate
- Use a custom filter (predicate) function to filter.
- predicate_function
- The predicate function to use when filtering.
-
class
node_table_filter.
ColumnFilterTables
¶