MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / updateOutputHeader

Method updateOutputHeader

src/Processors/QueryPlan/WindowStep.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void WindowStep::updateOutputHeader()
149{
150 output_header = std::make_shared<const Block>(addWindowFunctionResultColumns(*input_headers.front(), window_functions));
151
152 window_description.checkValid();
153}
154
155const WindowDescription & WindowStep::getWindowDescription() const
156{

Callers

nothing calls this directly

Calls 3

checkValidMethod · 0.80
frontMethod · 0.45

Tested by

no test coverage detected