andygrove commented on issue #11490:
URL: https://github.com/apache/datafusion/issues/11490#issuecomment-2248355689
I just discovered that we have this for logical expressions, related to this
discussion:
```rust
/// Returns true if some of this `exprs` subexpressions may not be
evaluated
/// and thus any side effects (like divide by zero) may not be
encountered
pub fn short_circuits(&self) -> bool {
```
--
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]