Table Operator
Table Operator provides various data processing methods for the data in the Table node, such as filtering variables in one table or merging the variables from multiple tables. After the operation, a new table will be generated to store the variables.
The system provides two main table operator types:
- Single Table Operator — process the data from a single table.
- Multiple Table Operator — process the data from two or more tables.
Configuring a Single Table Operator
Single Table Operator contains the following sub table operators:
Extend a Single Table Operator after a Table node and configure the table operator:
Convert
The Convert operator converts a Device Data Table (DDT) into a Global Data Table (GDT). It stores the values of variables for all-row devices in the Device Queue.
|
Sub Table
The Sub Table operator filters table data by customized conditions. The data matching the conditions are saved as a new table.
Tip: You can click Advanced to filter the selected metrics based on conditions, such as defining a condition to remove the MTU with a value less than 1501. |
Delta
The Delta operator calculates the difference of a specific variable between two recurring periods. A new table will be generated to store the delta value of the variable.
|
Configuring a Multiple Table Operator
Multiple Table Operator contains the following sub table operator types:
Extend a Multiple Table Operator after a Table node and configure the Multiple Table Operator.
Neighbor Join
The Neighbor Join operator is used to join the variables of a device and those of its neighbor devices to a new table based on the Neighbor Pair in the Device Queue. It is only applicable when you select Neighbor Pair as device input in the Device Queue node and extend related neighbor device nodes.
|
Merge
The Merge operator is used to merge the variables from two tables to generate a new table based on a metric the two tables have in common. The Merge operator is only applicable when the two tables come from the same Device node.
|
Append
The Append operator is used to append the variable values of a table to the specified column of another table. It is only applicable when the two device data tables are from the same Device node.
|
Next node: