mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
fixed style
This commit is contained in:
parent
13d5b336ad
commit
04e7b11a64
@ -2124,7 +2124,7 @@ struct WindowFunctionNtile final : public StatefulWindowFunction<NtileState>
|
||||
}
|
||||
|
||||
bool allocatesMemoryInArena() const override { return false; }
|
||||
|
||||
|
||||
bool checkWindowFrameType(const WindowTransform * transform) const override
|
||||
{
|
||||
if (transform->order_by_indices.empty())
|
||||
@ -2272,7 +2272,7 @@ public:
|
||||
frame.end_type = WindowFrame::BoundaryType::Unbounded;
|
||||
return frame;
|
||||
}
|
||||
|
||||
|
||||
bool checkWindowFrameType(const WindowTransform * transform) const override
|
||||
{
|
||||
if (transform->window_description.frame.begin_type != WindowFrame::BoundaryType::Unbounded
|
||||
|
Loading…
Reference in New Issue
Block a user