User-defined U-SQL Types

 

Updated: March 10, 2017

U-SQL provides the ability to name table types that then can be used when defining U-SQL table-valued function parameters and return types and U-SQL procedure table-valued parameters.

Type DDL Statements

Syntax
Type_DDL_Statement :=                                                                                    
    Create_Type_Statement  
|   Drop_Type_Statement.  

See Also

Community Additions

ADD
Show: