mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Test data generator: preparation [#CLICKHOUSE-2].
This commit is contained in:
parent
93560e80b1
commit
bbe7314b83
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user