You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Chenzhao Guo (JIRA)" <ji...@apache.org> on 2017/01/05 10:51:58 UTC

[jira] [Updated] (SPARK-19084) misc function: field

     [ 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org