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

Function addNullSource

src/Processors/QueryPlan/numbersLikeUtils.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void addNullSource(Pipe & pipe, SharedHeader header)
58{
59 pipe.addSource(std::make_shared<NullSource>(std::move(header)));
60}
61
62namespace
63{

Callers 2

makePipeMethod · 0.85
makePipeMethod · 0.85

Calls 1

addSourceMethod · 0.45

Tested by

no test coverage detected