Add Table Row

Description

This functor inserts a row into a specified table.

Inputs

Name Type Description
Table Table Table where the new row will be created.
Values Tuple All values to be added as the new row.

Outputs

Name Type Description
Result Table The resulting table containing the new row.

Group

Notes

The tuple corresponding to the new row must have elements corresponding to all table columns. Otherwise, an error will be reported.

If a row containing the same keys of the given tuple already exists in the input table, the existent row is updated with the new values.

Internal Name

AddTableRow