mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Added comment [#CLICKHOUSE-2].
This commit is contained in:
parent
a4c5cf0009
commit
9a58e26b8c
@ -185,6 +185,7 @@ public:
|
||||
Element * swap_buffer = reinterpret_cast<Element *>(allocator.allocate(size * sizeof(Element)));
|
||||
|
||||
/// Transform the array and calculate the histogram.
|
||||
/// NOTE This is slightly suboptimal. Look at https://github.com/powturbo/TurboHist
|
||||
for (size_t i = 0; i < size; ++i)
|
||||
{
|
||||
if (!Traits::Transform::transform_is_simple)
|
||||
|
Loading…
Reference in New Issue
Block a user