Skip to content

Commit 636cdad

Browse files
committed
Scalar arithmetic
Signed-off-by: Nicholas Gates <[email protected]>
1 parent d37ac58 commit 636cdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-compute/src/arithmetic/pscalar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ where
2020
let value = Arithmetic::<Op, _>::eval(a, b);
2121
PScalar::new(Some(value))
2222
}
23-
(_, _) => {
23+
(..) => {
2424
// At least one side is null, so result is null
2525
PScalar::new(None)
2626
}

0 commit comments

Comments
 (0)