mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
fix style
This commit is contained in:
parent
24d7d9de90
commit
a3a601ff85
@ -161,7 +161,7 @@ public:
|
|||||||
|
|
||||||
if (lc_indexes)
|
if (lc_indexes)
|
||||||
res = res->index(*lc_indexes, 0);
|
res = res->index(*lc_indexes, 0);
|
||||||
|
|
||||||
if (is_const)
|
if (is_const)
|
||||||
res = ColumnUInt8::create(input_rows_count, res->getUInt(0));
|
res = ColumnUInt8::create(input_rows_count, res->getUInt(0));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user