Skip to content

Commit

Permalink
reset doc for array_contains function
Browse files Browse the repository at this point in the history
  • Loading branch information
Chongguang LIU authored and Chongguang LIU committed Jun 18, 2018
1 parent eabdb6e commit 8440d5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sql/core/src/main/scala/org/apache/spark/sql/functions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3077,8 +3077,7 @@ object functions {
//////////////////////////////////////////////////////////////////////////////////////////////

/**
* Returns null if the array is null, true if the array contains `value` or the content of
* `value` if it is of type Column, and false otherwise.
* Returns null if the array is null, true if the array contains `value`, and false otherwise.
* @group collection_funcs
* @since 1.5.0
*/
Expand Down

0 comments on commit 8440d5b

Please sign in to comment.