MCPcopy 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
21void AddingDefaultBlockOutputStream::write(const Block & block)
22{
23 auto copy = block;
24 adding_defaults_actions->execute(copy);
25 output->write(copy);
26}
27
28void AddingDefaultBlockOutputStream::flush()
29{

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected