mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
h3Res0Indexes - remove unused array
This commit is contained in:
parent
a840edbefa
commit
e5494de63c
@ -50,11 +50,8 @@ public:
|
||||
res0_indexes.resize(cell_count);
|
||||
getRes0Cells(res0_indexes.data());
|
||||
|
||||
auto res = ColumnArray::create(ColumnUInt64::create());
|
||||
|
||||
Array res_indexes;
|
||||
res_indexes.insert(res_indexes.end(), res0_indexes.begin(), res0_indexes.end());
|
||||
res->insert(res_indexes);
|
||||
|
||||
return result_type->createColumnConst(input_rows_count, res_indexes);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user