Test data generator: preparation [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-04-13 05:53:15 +03:00
parent 93560e80b1
commit bbe7314b83

View File

@ -82,7 +82,8 @@ try
}
else if (options.count("generate"))
{
MarkovModel model(in);
MarkovModel model;
model.read(in);
String s;
UInt64 limit = options.count("limit") ? options["limit"].as<UInt64>() : 0;