Skip to content

Instantly share code, notes, and snippets.

@NeerajBhadani
Last active May 25, 2020 09:45
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/a22e5dfd73fda7431756abde10b14f3e to your computer and use it in GitHub Desktop.
Save NeerajBhadani/a22e5dfd73fda7431756abde10b14f3e to your computer and use it in GitHub Desktop.
array contains
val arr_contains_df = df.withColumn("result", array_contains($"array_col2", 3))
arr_contains_df.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment