Type.TableSchema
Returns a table containing a description of the columns (i.e. the schema) of the specified table type.
function (tableType
as type) as table
Returns a table describing the columns of
tableType
.See the documentation for
Table.Schema
for a description of the resulting table.Type
Last modified 4yr ago