mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
update code style
This commit is contained in:
parent
930939ef75
commit
9a0cc75f3a
@ -1054,7 +1054,7 @@ StorageWindowView::StorageWindowView(
|
||||
|
||||
auto inner_query = initInnerQuery(query.select->list_of_selects->children.at(0)->as<ASTSelectQuery &>(), context_);
|
||||
|
||||
if(is_proctime)
|
||||
if (is_proctime)
|
||||
next_fire_signal = getWindowUpperBound(std::time(nullptr));
|
||||
|
||||
std::exchange(has_inner_table, true);
|
||||
|
Loading…
Reference in New Issue
Block a user