mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
fix stylecheck
This commit is contained in:
parent
e4ba3b47fc
commit
8ba7cd52e4
@ -671,7 +671,7 @@ ColumnPtr FunctionArrayIntersect<Mode>::execute(const UnpackedArrays & arrays, M
|
||||
all_has_nullable = false;
|
||||
|
||||
// Add the value if all arrays have the value for intersect
|
||||
// or if there was at least one occurence in all of the arrays
|
||||
// or if there was at least one occurrence in all of the arrays
|
||||
if (pair && pair->getMapped() == args)
|
||||
{
|
||||
insertElement<Map, ColumnType, is_numeric_column>(pair, result_offset, result_data, null_map, use_null_map);
|
||||
|
@ -1,4 +1,4 @@
|
||||
personal_ws-1.1 en 2942
|
||||
personal_ws-1.1 en 2943
|
||||
AArch
|
||||
ACLs
|
||||
ALTERs
|
||||
@ -1187,6 +1187,7 @@ arraySort
|
||||
arraySplit
|
||||
arrayStringConcat
|
||||
arraySum
|
||||
arrayUnion
|
||||
arrayUniq
|
||||
arrayWithConstant
|
||||
arrayZip
|
||||
|
Loading…
Reference in New Issue
Block a user