You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kapil Singh (JIRA)" <ji...@apache.org> on 2016/08/04 06:55:20 UTC

[jira] [Created] (SPARK-16891) arrayFilter function for filtering elements of array column based on a predicate

Kapil Singh created SPARK-16891:
-----------------------------------

             Summary: arrayFilter function for filtering elements of array column based on a predicate
                 Key: SPARK-16891
                 URL: https://issues.apache.org/jira/browse/SPARK-16891
             Project: Spark
          Issue Type: New Feature
          Components: SQL
            Reporter: Kapil Singh


arrayFilter(inputArray, predicateArray) //predicateArray is an array of booleans

Returns an array containing the elements of inputArray for which elements at corresponding indices in predicateArray are/evaluate to true.



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