Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sql/api/src/main/scala/org/apache/spark/sql/functions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6853,8 +6853,8 @@ object functions {

/**
* Converts a column containing nested inputs (array/map/struct) into a variants where maps and
* structs are converted to variant objects which are unordered unlike SQL structs. Input maps can
* only have string keys.
* structs are converted to variant objects which are unordered unlike SQL structs. Input maps
* can only have string keys.
*
* @param col
* a column with a nested schema or column name.
Expand Down