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

Method QueryPipeline

src/QueryPipeline/QueryPipeline.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57QueryPipeline::QueryPipeline()
58 : processors(std::make_shared<Processors>())
59{
60}
61
62QueryPipeline::QueryPipeline(QueryPipeline &&) noexcept = default;
63QueryPipeline & QueryPipeline::operator=(QueryPipeline &&) = default; /// NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)

Callers

nothing calls this directly

Calls 15

checkCompletedFunction · 0.85
checkInputFunction · 0.85
checkOutputFunction · 0.85
checkPullingFunction · 0.85
connectFunction · 0.85
numOutputPortsMethod · 0.80
getOutputPortMethod · 0.80
detachResourcesMethod · 0.80
getSharedHeaderMethod · 0.80
PipeClass · 0.70
ChainClass · 0.70
ExceptionClass · 0.50

Tested by

no test coverage detected