Skip to content

Commit c223eaa

Browse files
committed
feat[scalar_fn]: binary ops
Signed-off-by: Joe Isaacs <[email protected]>
1 parent cd30116 commit c223eaa

File tree

1 file changed

+0
-2
lines changed
  • vortex-array/src/scalar_fns/binary

1 file changed

+0
-2
lines changed

vortex-array/src/scalar_fns/binary/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ impl VTable for BinaryFn {
5353

5454
fn null_handling(&self, options: &Operator) -> NullHandling {
5555
match options {
56-
// Kleene logic for AND/OR - they have special null semantics
5756
Operator::And | Operator::Or => NullHandling::AbsorbsNull,
58-
// All other operators propagate nulls
5957
_ => NullHandling::Propagate,
6058
}
6159
}

0 commit comments

Comments
 (0)