Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ write
Method
write
src/DataStreams/AddingDefaultBlockOutputStream.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void AddingDefaultBlockOutputStream::write(const Block & block)
22
{
23
auto copy = block;
24
adding_defaults_actions->execute(copy);
25
output->write(copy);
26
}
27
28
void AddingDefaultBlockOutputStream::flush()
29
{
Callers
nothing calls this directly
Calls
1
execute
Method · 0.45
Tested by
no test coverage detected