meaning of Scala operator "<=>" -


i new scala , have solve null error case. have been suggested use <=> solve it. google no materials or reference related it. can me understand meaning of <=> , how use it. documentation of helpful google not able find it.

specifically, meaning of below statement.

val filtereddf = df.filter(df("column") <=> (new column(literal(null)))) 


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -