pepijnve commented on code in PR #17813:
URL: https://github.com/apache/datafusion/pull/17813#discussion_r2542275749


##########
datafusion/expr-common/src/interval_arithmetic.rs:
##########
@@ -1852,8 +1932,18 @@ impl NullableInterval {
         }
     }
 
-    /// Compute the logical conjunction of this (boolean) interval with the
-    /// given boolean interval.
+    /// Returns an interval representing the set of possible values after 
applying SQL
+    /// three-valued logical AND on each combination of possible values from 
`self` and `other`.
+    ///
+    /// This method uses the following truth table.
+    ///
+    /// ```text
+    /// A ∧ B │ F U T
+    /// ──────┼──────
+    ///     F │ F F F

Review Comment:
   That's the left column



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to