Additional Data Types
Stored procedures and UDFs can use ARRAY
and RECORD
types by accepting them as input parameters, creating and manipulating them in the procedure or UDF definition, and optionally returning them as a return type. Stored procedures can also use QUERY
types.