Skip to content

Commit

Permalink
Update sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expr…
Browse files Browse the repository at this point in the history
…essions/collectionOperations.scala
  • Loading branch information
yaooqinn authored Aug 1, 2024
1 parent 0405338 commit d21eadb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,8 @@ case class MapSort(base: Expression)
Examples:
> SELECT _FUNC_(array('b', 'd', null, 'c', 'a'), true);
[null,"a","b","c","d"]
> SELECT _FUNC_(array('b', 'd', null, 'c', 'a'), false);
["d","c","b","a",null]
""",
group = "array_funcs",
since = "1.5.0")
Expand Down

0 comments on commit d21eadb

Please sign in to comment.