Skip to content

Commit 529e163

Browse files
committed
Improve comment
1 parent b623e3a commit 529e163

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Functions/FunctionsComparison.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,9 +1246,10 @@ class FunctionComparison : public IFunction
12461246
}
12471247
has_nullable = has_nullable || element_type->isNullable() || isDynamic(element_type);
12481248

1249+
/// Nullable(Nothing)
12491250
has_null = has_null || element_type->onlyNull();
12501251

1251-
/// Nullable(Nothing) or Nothing
1252+
/// Nothing
12521253
has_nothing = has_nothing || isNothing(element_type);
12531254
}
12541255

0 commit comments

Comments
 (0)