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

Method Pipe

src/QueryPipeline/Pipe.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107Pipe::Pipe() : processors(std::make_shared<Processors>())
108{
109}
110
111Pipe::Pipe(ProcessorPtr source, OutputPort * output, OutputPort * totals, OutputPort * extremes)
112 : processors(std::make_shared<Processors>())

Callers 1

compressFunction · 0.45

Calls 15

checkSourceFunction · 0.85
getSharedHeaderMethod · 0.80
getOutputPortMethod · 0.80
ExceptionClass · 0.50
emptyMethod · 0.45
getNameMethod · 0.45
sizeMethod · 0.45
getHeaderMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected