Transformation Processors
Overview Evalutates a boolean SQL query and forwards the first processor input to the left output if all result rows are true or to the right output if at ...
Tue, 30 Nov, 2021 at 2:41 PM
Overview The Take First Data Processor selects a specified fraction of rows from a dataset starting at the first row. Input The processor works with a...
Tue, 30 Nov, 2021 at 2:43 PM
Overview The Binarization Processor generates multiple binarized columns from one source column for each unique value in it. Each binarized column will con...
Tue, 30 Nov, 2021 at 2:44 PM
Overview The Zero Value Correction Processor corrects the values of chosen columns by subtracting specified delta values. Input The processor has two...
Tue, 30 Nov, 2021 at 2:46 PM
Overview Aggregates a data set by a fixed time interval of a timestamp column and additional columns to group by. The time interval of the timestamp column...
Tue, 30 Nov, 2021 at 2:47 PM
Overview The query helper processor executes queries without any programming effort. It uses an input table instead of an SQL statement. Input The pr...
Tue, 30 Nov, 2021 at 2:49 PM
Overview The Query processor executes a Spark SQL query statement on the input data set. Spark SQL brings native support for SQL to Spark and streamlines ...
Tue, 30 Nov, 2021 at 2:50 PM
Overview The Multi-Input Query Processor can be used to execute a Spark SQL query statement on multiple input datasets, similar to the Double Input Query P...
Tue, 30 Nov, 2021 at 2:51 PM
Overview The Query processor executes a Spark SQL query statement on the input datasets. Spark SQL brings native support for SQL to Spark and streamlines ...
Tue, 30 Nov, 2021 at 2:53 PM
Overview The Add Constant String Processor adds a new column to an existing dataset containing constant string values. In other words, it adds a column th...
Tue, 30 Nov, 2021 at 2:55 PM