Skip to content

Instantly share code, notes, and snippets.

@NeerajBhadani
Created May 25, 2020 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NeerajBhadani/8d3e6f3df78c69aa502ab80a62482eaa to your computer and use it in GitHub Desktop.
Save NeerajBhadani/8d3e6f3df78c69aa502ab80a62482eaa to your computer and use it in GitHub Desktop.
sort_array
val arr_sort_df = df.withColumn("result", sort_array($"array_col2", asc=false))
arr_sort_df.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment