Spark Row Filter

This node allows rows to be filtered from the input Spark DataFrame/RDD by adding and grouping conditions. Rows that match the conditions are included in the output DataFrame/RDD.

This node requires at least Apache Spark 2.0.

Options

Preview
This list contains the conditions and groups.
Add Condition
Add condition to the list. If a logical operator is selected it will be added to that, if a condition is selected it will be added to the parent logical operator. All rows that match the conditions are included in the output DataFame/RDD.
Group
Create a new logical operator and put the selected condition below.
Ungroup
Delete the selected logical operator and put the conditions from it to the parent logical operator.
Delete
Delete the selected element from the list.

Input Ports

Icon
Spark DataFrame/RDD from which rows are to be excluded.

Output Ports

Icon
Spark DataFrame/RDD including rows that match the defined conditions.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.