mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
clickhouse: fixed comment [#CONV-2807].
This commit is contained in:
parent
85d06561c6
commit
5981e8a745
@ -51,7 +51,7 @@ private:
|
||||
|
||||
/// Форматная строка для convertAttributeNumeric. Есть для всех атрибутов.
|
||||
std::map<std::string, std::string> numeric_attribute_map;
|
||||
/// Форматная строка для получения выводимого значения из агрегированного числового значения.ы
|
||||
/// Форматная строка для получения выводимого значения из агрегированного числового значения.
|
||||
std::map<std::string, std::string> formatting_aggregated_attribute_map;
|
||||
/// Форматная строка для convertAttributeFormatted.
|
||||
std::map<std::string, std::string> formatted_attribute_map;
|
||||
|
Loading…
Reference in New Issue
Block a user