mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 09:22:05 +00:00
Remove forgotten unused code
This commit is contained in:
parent
2590eaa782
commit
56b696e899
@ -200,16 +200,7 @@ void IPolygonDictionary::blockToAttributes(const DB::Block &block)
|
||||
attributes[i] = column.column;
|
||||
}
|
||||
polygons.reserve(polygons.size() + rows);
|
||||
|
||||
const auto & key = block.safeGetByPosition(0).column;
|
||||
|
||||
/*for (const auto row : ext::range(0, rows))
|
||||
{
|
||||
const auto & field = (*key)[row];
|
||||
// TODO: Get data more efficiently using
|
||||
polygons.push_back(fieldToMultiPolygon(field));
|
||||
}*/
|
||||
|
||||
extractMultiPolygons(key, polygons);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user