Table-valued functions
Overview
Similar to the SQL construct of table-valued functions, you can SELECT
or CROSS JOIN
from a Cinchy UDF as if it's a table.
Use a Table Valued UDF in CQL
The SELECT and FROM clause work the same for a table-valued UDF as they would for a regular Cinchy table.
Create a Table in a UDF
To generate a table within a UDF for use in CQL, you need to create a data table in the same format as the default Cinchy JSON Saved Query response (Image 1).
Last updated