mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Add comment.
This commit is contained in:
parent
b6fc471270
commit
36e8c82161
@ -130,6 +130,8 @@ public:
|
||||
else
|
||||
columns_of_key_columns.insert(left_arg);
|
||||
|
||||
/// Replace single LowCardinality column to it's dictionary if possible.
|
||||
/// It is good enough optimization, but it does not use LowCardinality cache.
|
||||
ColumnPtr lc_indexes = nullptr;
|
||||
if (columns_of_key_columns.columns() == 1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user