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

Chenzhao Guo updated SPARK-19084:
---------------------------------
    Description: 
field(str, str1, str2, ... ) is a variable-length(>=2) function which returns 
the index of str in the list (str1, str2, ... ) or 0 if not found.
Every parameter is required to be subtype of AtomicType.



  was:
field(str, str1, str2, ... ) is a variable-length(>=2) function which returns 
the index of str in the str1, str2, ... or 0 if not found.
Every parameter is required to be subtype of AtomicType.




> misc function: field
> --------------------
>
>                 Key: SPARK-19084
>                 URL: https://issues.apache.org/jira/browse/SPARK-19084
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Chenzhao Guo
>             Fix For: 2.2.0
>
>
> field(str, str1, str2, ... ) is a variable-length(>=2) function which returns 
> the index of str in the list (str1, str2, ... ) or 0 if not found.
> Every parameter is required to be subtype of AtomicType.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to