rawset(table, index, value)
Sets the real value of table[index]
to value
, without
invoking any metamethod. table
must be a table, index
any value
different from NULL, and value
any Lua value. This function returns
table
.
This information applies to Netezza Performance Server for Cloud Pak for Data System 1.0.X.
See also Netezza Performance Server for Cloud Pak for Data System 2.0.X, Netezza Performance Server for Cloud Pak for Data, and Netezza Performance Server for Cloud Pak for Data as a Service.
Sets the real value of table[index]
to value
, without
invoking any metamethod. table
must be a table, index
any value
different from NULL, and value
any Lua value. This function returns
table
.