Added comment

This commit is contained in:
Alexey Milovidov 2020-01-27 15:43:28 +03:00
parent 507692fb1c
commit 205c0f7fbb

View File

@ -23,6 +23,8 @@ namespace DB
class Context;
/** Create dictionary according to its layout.
*/
class DictionaryFactory : private boost::noncopyable
{
public: