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