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

   MAP_FROM_ARRAYS (array1, array2)
   
   Returns a map created from an array1 and *array2. Note that the lengths of 
two arrays should be the same
   
   ```
   > SELECT map_from_arrays(array(1.0, 3.0), array('2', '4'));
    {1.0:"2",3.0:"4"} 
   ```


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