Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
void NativeBlockOutputStream::flush()
61
{
62
ostr.next();
63
}
64
65
66
static void writeData(const IDataType & type, const ColumnPtr & column, WriteBuffer & ostr, UInt64 offset, UInt64 limit)
Callers
2
shutdown
Method · 0.45
formatBlock
Function · 0.45
Calls
1
next
Method · 0.45
Tested by
no test coverage detected