Contains a node filtering out rows from an input data table, including only those rows into the output/result table that match a certain criteria.
The matching criteria is specified in a row filter. The filter node takes only
one row filter - this row filter could contain a combination of multiple
others though. See the rowfilter
package for available filters and
for details on how to implement a new row filter.