pitrou commented on a change in pull request #11940:
URL: https://github.com/apache/arrow/pull/11940#discussion_r767951737
##########
File path: cpp/src/arrow/compare.h
##########
@@ -48,6 +48,16 @@ class EqualOptions {
return res;
}
+ /// Whether or not zeros with differing signs are considered equal.
+ bool signed_zeros_equal() const { return signed_zeros_equal_; }
Review comment:
Not sure about the naming here.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]