Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
void addNullSource(Pipe & pipe, SharedHeader header)
58
{
59
pipe.addSource(std::make_shared<NullSource>(std::move(header)));
60
}
61
62
namespace
63
{
Callers
2
makePipe
Method · 0.85
makePipe
Method · 0.85
Calls
1
addSource
Method · 0.45
Tested by
no test coverage detected