wjones127 commented on code in PR #7467:
URL: https://github.com/apache/arrow-datafusion/pull/7467#discussion_r1322463790
##########
datafusion/physical-expr/src/intervals/interval_aritmetic.rs:
##########
@@ -383,6 +383,17 @@ impl Interval {
}
}
+ /// Compute the logical negation of this (boolean) interval.
+ pub(crate) fn not(&self) -> Self {
Review Comment:
Added a type check and it now returns an error if the type check fails.
--
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]