We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd30116 commit c223eaaCopy full SHA for c223eaa
vortex-array/src/scalar_fns/binary/mod.rs
@@ -53,9 +53,7 @@ impl VTable for BinaryFn {
53
54
fn null_handling(&self, options: &Operator) -> NullHandling {
55
match options {
56
- // Kleene logic for AND/OR - they have special null semantics
57
Operator::And | Operator::Or => NullHandling::AbsorbsNull,
58
- // All other operators propagate nulls
59
_ => NullHandling::Propagate,
60
}
61
0 commit comments