Created
May 25, 2020 10:13
-
-
Save NeerajBhadani/161c54acae0f96fa5ef238831966de6a to your computer and use it in GitHub Desktop.
reverse
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_reverse_df = df.withColumn("result", reverse($"array_col2")) | |
arr_reverse_df.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment