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

Method flush

src/DataStreams/NativeBlockOutputStream.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60void NativeBlockOutputStream::flush()
61{
62 ostr.next();
63}
64
65
66static void writeData(const IDataType & type, const ColumnPtr & column, WriteBuffer & ostr, UInt64 offset, UInt64 limit)

Callers 2

shutdownMethod · 0.45
formatBlockFunction · 0.45

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected