mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
dbms: development [#CONV-2944].
This commit is contained in:
parent
abbfcf5a10
commit
1c682cdf6d
@ -207,6 +207,12 @@ StorageMergeTree::StorageMergeTree(
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
BlockOutputStreamPtr StorageMergeTree::write(ASTPtr query)
|
||||||
|
{
|
||||||
|
return new MergeTreeBlockOutputStream(*this);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
String StorageMergeTree::getPartName(Yandex::DayNum_t left_month, Yandex::DayNum_t right_month, UInt64 left_id, UInt64 right_id, UInt64 level)
|
String StorageMergeTree::getPartName(Yandex::DayNum_t left_month, Yandex::DayNum_t right_month, UInt64 left_id, UInt64 right_id, UInt64 level)
|
||||||
{
|
{
|
||||||
Yandex::DateLUTSingleton & date_lut = Yandex::DateLUTSingleton::instance();
|
Yandex::DateLUTSingleton & date_lut = Yandex::DateLUTSingleton::instance();
|
||||||
|
Loading…
Reference in New Issue
Block a user