mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +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();
|
||||
|
Loading…
Reference in New Issue
Block a user