[ 
https://issues.apache.org/jira/browse/SPARK-38345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xinrong Meng updated SPARK-38345:
---------------------------------
    Description: 
Counting elements within an array is a common use case. ARRAY_SIZE ensures the 
input to be an array and then returns the size.

Other DBRMS like Snowflake supports that as well: 
https://docs.snowflake.com/en/sql-reference/functions/array_size.html. 
Implementing that improves compatibility with DBMS and makes migration easier.

  was:
Counting elements within an array is a common use case. Other DBRMS like 
Snowflake supports that as well:

https://docs.snowflake.com/en/sql-reference/functions/array_size.html



> Introduce SQL function ARRAY_SIZE
> ---------------------------------
>
>                 Key: SPARK-38345
>                 URL: https://issues.apache.org/jira/browse/SPARK-38345
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: Xinrong Meng
>            Priority: Major
>
> Counting elements within an array is a common use case. ARRAY_SIZE ensures 
> the input to be an array and then returns the size.
> Other DBRMS like Snowflake supports that as well: 
> https://docs.snowflake.com/en/sql-reference/functions/array_size.html. 
> Implementing that improves compatibility with DBMS and makes migration easier.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to