Skip to content

Instantly share code, notes, and snippets.

@NeerajBhadani
Last active May 25, 2020 16:03
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/2d2e956c51f7791d89972783fbf872c4 to your computer and use it in GitHub Desktop.
Save NeerajBhadani/2d2e956c51f7791d89972783fbf872c4 to your computer and use it in GitHub Desktop.
arr_array_max
val arr_max_df = df.withColumn("result", array_max($"array_col2"))
arr_max_df.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment