MCPcopy Create free account
hub / github.com/apache/datafusion / is_certainly_false

Method is_certainly_false

datafusion/expr-common/src/interval_arithmetic.rs:1892–1894  ·  view source on GitHub ↗

Return true if the value is definitely false (and not null).

(&self)

Source from the content-addressed store, hash-verified

1890
1891 /// Return true if the value is definitely false (and not null).
1892 pub fn is_certainly_false(&self) -> bool {
1893 self == &Self::FALSE
1894 }
1895
1896 /// Returns the set of possible values after applying the `is false` test on all
1897 /// values in this set.

Callers 3

rewrite_binary_exprFunction · 0.80
rewrite_inlistFunction · 0.80

Calls

no outgoing calls

Tested by 1