This functor inserts a value into a table.
| Name | Type | Description | 
|---|---|---|
| Table | Table Type | Table where the value will be inserted. | 
| Column | Index Or Name Type | Name or index of the column where the new value will be inserted. | 
| Keys | Tuple Type | Corresponding key of the cell row. | 
| Value | Table Value Type | Value that will be inserted into the table. | 
| Name | Type | Description | 
|---|---|---|
| Result | Table Type | The resulting table containing the new column. | 
None.
AddTableColumn