Skip to content

Instantly share code, notes, and snippets.

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