MCPcopy Create free account
hub / github.com/ByConity/ByConity / writePrepared

Method writePrepared

src/DataStreams/RemoteBlockOutputStream.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126void RemoteBlockOutputStream::writePrepared(ReadBuffer & input, size_t size)
127{
128 /// We cannot use 'header'. Input must contain block with proper structure.
129 connection.sendPreparedData(input, size);
130}
131
132
133void RemoteBlockOutputStream::writeSuffix()

Callers 1

writeRemoteConvertFunction · 0.80

Calls 1

sendPreparedDataMethod · 0.80

Tested by

no test coverage detected