mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix style checking
This commit is contained in:
parent
3391f3f06e
commit
94a2490664
@ -519,7 +519,7 @@ public:
|
||||
char * begin = reinterpret_cast<char *>(&out_vec[pos]);
|
||||
char * end = begin;
|
||||
|
||||
// use executeOnUInt instead of using executeOneString
|
||||
// use executeOnUInt instead of using executeOneString
|
||||
// because the latter one outputs the string in the memory order
|
||||
Impl::executeOneUInt(uuid[i].toUnderType().items[0], end, false, false);
|
||||
Impl::executeOneUInt(uuid[i].toUnderType().items[1], end, false, true);
|
||||
|
Loading…
Reference in New Issue
Block a user