U-SQL Table Types

Summary

U-SQL also supports specifying types that represent composite rowset - or table - types. These types are often anonymous, for example when defining a table, but can also be named with the CREATE TYPE statement and then referenced in U-SQL table-valued function and procedure definitions.

See Also