MasseGuillaume opened a new pull request, #3139:
URL: https://github.com/apache/calcite/pull/3139

   for example Apache Spark uses a built-in function do define maps:
   
   ```
   > SELECT map(1.0, '2', 3.0, '4');
    {1.0:"2",3.0:"4"}
   ```
   
   https://spark.apache.org/docs/latest/api/sql/index.html#map


-- 
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