mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix clang-tidy
This commit is contained in:
parent
6de5d8a554
commit
70d7ba5d61
@ -201,7 +201,7 @@ static void compileFunction(llvm::Module & module, const IFunctionBase & functio
|
|||||||
for (size_t i = 0; i < arg_types.size(); ++i)
|
for (size_t i = 0; i < arg_types.size(); ++i)
|
||||||
{
|
{
|
||||||
auto & column = columns[i];
|
auto & column = columns[i];
|
||||||
auto & type = arg_types[i];
|
const auto & type = arg_types[i];
|
||||||
|
|
||||||
auto * value = b.CreateLoad(toNativeType(b, removeNullable(type)), column.data);
|
auto * value = b.CreateLoad(toNativeType(b, removeNullable(type)), column.data);
|
||||||
if (!type->isNullable())
|
if (!type->isNullable())
|
||||||
|
Loading…
Reference in New Issue
Block a user