Spaarsh commented on code in PR #14214:
URL: https://github.com/apache/datafusion/pull/14214#discussion_r1924039540


##########
docs/source/user-guide/sql/operators.md:
##########
@@ -207,6 +208,48 @@ Greater Than or Equal To
 +----------------------+
 ```
 
+(op_spaceship)=
+
+### `<=>`
+
+Three-way comparision operator. A NULL-safe operator that returns true if both 
operands are equal or both are NULL, false otherwise.

Review Comment:
   Apologies 😅



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to