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

Method printBuffersInfo

src/Databases/MySQL/MaterializeMySQLSyncThread.cpp:846–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846String MaterializeMySQLSyncThread::Buffers::printBuffersInfo()
847{
848 return "Total rows [" + toString(total_blocks_rows) + "]; total Bytes [" + toString(total_blocks_bytes) + "]";
849}
850
851void MaterializeMySQLSyncThread::heartbeat()
852{

Callers 1

synchronizationMethod · 0.80

Calls 1

toStringFunction · 0.70

Tested by

no test coverage detected