mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Addition to prev. revision [#METR-21048].
This commit is contained in:
parent
9ae0277632
commit
37d6b5ae56
@ -43,11 +43,14 @@ int main(int argc, char ** argv)
|
||||
if (!parser.parse(begin, end, primary_expr, max_parsed_pos, expected))
|
||||
throw Poco::Exception("Cannot parse " + primary_expr_str);
|
||||
|
||||
MergeTreeData::MergingParams params;
|
||||
params.mode = MergeTreeData::MergingParams::Ordinary;
|
||||
|
||||
StoragePtr table = StorageMergeTree::create(
|
||||
"./", "default", "test",
|
||||
names_and_types, {}, {}, ColumnDefaults{},
|
||||
context, primary_expr, "d",
|
||||
nullptr, 101, MergeTreeData::MergingParams::Ordinary, {});
|
||||
nullptr, 101, params, {});
|
||||
|
||||
/// пишем в неё
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user