This commit is contained in:
Alexey Milovidov 2020-08-15 06:28:48 +03:00
parent c260ecb58e
commit 0c75ebcba3

View File

@ -26,7 +26,7 @@ class DictionarySourceFactory : private boost::noncopyable
public:
static DictionarySourceFactory & instance();
/// 'default_database' - the database when dictionary itself was created.
/// 'default_database' - the database where dictionary itself was created.
/// It is used as default_database for ClickHouse dictionary source when no explicit database was specified.
/// Does not make sense for other sources.
using Creator = std::function<DictionarySourcePtr(