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 - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -