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

Method getHeader

src/QueryPipeline/QueryPipeline.cpp:597–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597Block QueryPipeline::getHeader() const
598{
599 if (input)
600 return input->getHeader();
601 if (output)
602 return output->getHeader();
603 throw Exception(ErrorCodes::LOGICAL_ERROR, "Header is available only for pushing or pulling QueryPipeline");
604}
605
606SharedHeader QueryPipeline::getSharedHeader() const
607{

Callers 12

selectPipelineMethod · 0.45
addPipelineBeforeMethod · 0.45
convertStructureToMethod · 0.45
Chain.cppFile · 0.45
PipeMethod · 0.45
getCommonHeaderFunction · 0.45
addTransformMethod · 0.45
transformMethod · 0.45
printPipelineCompactFunction · 0.45

Calls 1

ExceptionClass · 0.50

Tested by

no test coverage detected