Last active
May 25, 2020 16:03
-
-
Save NeerajBhadani/2d2e956c51f7791d89972783fbf872c4 to your computer and use it in GitHub Desktop.
arr_array_max
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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