Skip to content

Commit 589a40f

Browse files
Update src/query/expression/src/types/nullable.rs
Co-authored-by: Andy Lok <andylokandy@hotmail.com>
1 parent f84b483 commit 589a40f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/query/expression/src/types/nullable.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ impl<T: ValueType> ValueType for NullableType<T> {
6969
has_null: *has_null,
7070
value: Some(Box::new(T::try_downcast_domain(value)?)),
7171
}),
72-
7372
Domain::Nullable(NullableDomain {
7473
has_null,
7574
value: None,

0 commit comments

Comments
 (0)