mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fixed style check
This commit is contained in:
parent
e43fdcd7eb
commit
af405d3ba6
@ -21,9 +21,8 @@ namespace DB::GatherUtils
|
|||||||
|
|
||||||
inline ALWAYS_INLINE bool hasNull(const UInt8 * null_map, size_t null_map_size)
|
inline ALWAYS_INLINE bool hasNull(const UInt8 * null_map, size_t null_map_size)
|
||||||
{
|
{
|
||||||
if (null_map == nullptr) {
|
if (null_map == nullptr)
|
||||||
return false;
|
return false;
|
||||||
}
|
|
||||||
|
|
||||||
for (size_t i = 0; i < null_map_size; ++i)
|
for (size_t i = 0; i < null_map_size; ++i)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user