mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Whitespace fixes
This commit is contained in:
parent
586def7fa3
commit
a4643bcff2
@ -94,7 +94,7 @@ public:
|
||||
|
||||
return col_res;
|
||||
}
|
||||
else if (const ColumnMap* col_map = checkAndGetColumn<ColumnMap>(column.get()))
|
||||
else if (const ColumnMap * col_map = checkAndGetColumn<ColumnMap>(column.get()))
|
||||
{
|
||||
auto col_res = ColumnVector<ResultType>::create();
|
||||
typename ColumnVector<ResultType>::Container & vec_res = col_res->getData();
|
||||
|
@ -5,4 +5,4 @@ select length(map());
|
||||
select empty(map(1,2,3,4));
|
||||
select empty(map());
|
||||
select notEmpty(map(1,2,3,4));
|
||||
select notEmpty(map());
|
||||
select notEmpty(map());
|
||||
|
Loading…
Reference in New Issue
Block a user