Xiao Li created SPARK-23934:
-------------------------------

             Summary: High-order function: map_from_entries(array<row<K, V>>) → 
map<K,V>
                 Key: SPARK-23934
                 URL: https://issues.apache.org/jira/browse/SPARK-23934
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 2.3.0
            Reporter: Xiao Li


Returns a map created from the given array of entries.

{noformat}
SELECT map_from_entries(ARRAY[(1, 'x'), (2, 'y')]); -- {1 -> 'x', 2 -> 'y'}
{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to