clickhouse: fixed comment [#CONV-2807].

This commit is contained in:
Michael Kolupaev 2013-05-30 14:22:13 +00:00
parent 85d06561c6
commit 5981e8a745

View File

@ -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;