MCPcopy Create free account
hub / github.com/bytedance/bolt / flush

Method flush

bolt/vector/VectorStream.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void VectorStreamGroup::flush(OutputStream* out) {
216 serializer_->flush(out);
217}
218
219// static
220void VectorStreamGroup::estimateSerializedSize(

Callers 3

serializeMethod · 0.45
rowVectorToIOBufFunction · 0.45
testSerializationMethod · 0.45

Calls

no outgoing calls

Tested by 1

testSerializationMethod · 0.36