cyb70289 commented on a change in pull request #8728:
URL: https://github.com/apache/arrow/pull/8728#discussion_r528486641
##########
File path: cpp/src/arrow/compute/api_scalar.h
##########
@@ -253,6 +253,33 @@ Result<Datum> KleeneOr(const Datum& left, const Datum&
right, ExecContext* ctx =
ARROW_EXPORT
Result<Datum> Xor(const Datum& left, const Datum& right, ExecContext* ctx =
NULLPTR);
+/// \brief Element-wise AND NOT of two boolean datums which always propagates
nulls
+/// (null and not true is null).
+///
+/// \param[in] left left operand
+/// \param[in] right right operand
+/// \param[in] ctx the function execution context, optional
+/// \return the resulting datum
+///
+/// \since 1.0.0
Review comment:
3.0.0? or 2.0.0?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]