Update src/Functions/FunctionBinaryArithmetic.h

Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
This commit is contained in:
Yarik Briukhovetskyi 2024-02-14 14:08:20 +01:00 committed by GitHub
parent 941e179be2
commit 41304c3e11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -644,7 +644,8 @@ private:
{
if ((*right_nullmap)[0])
{
c[0] = ResultType();
for (size_t i = 0; i < size; ++i)
c[i] = ResultType();
return;
}