mihaibudiu commented on PR #3852:
URL: https://github.com/apache/calcite/pull/3852#issuecomment-2226115934

   > Do you have any examples of simple queries that could generate other 
types? I can generate an array in a query with `SELECT array[1, 2];` and a row 
with `SELECT row(1, 2);`
   
   There are some examples in SqlOperatorTest.java, for instance nested arrays: 
https://github.com/apache/calcite/blob/374091b0a7c24e61a5850e763c20587ff79e04ac/testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java#L7248
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to