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

Function dumpPosition

src/Databases/MySQL/MaterializeMySQLSyncThread.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static String dumpPosition(const Position & position)
76{
77 WriteBufferFromOwnString buf;
78 position.dump(buf);
79 return buf.str();
80}
81
82MaterializeMySQLSyncThread::MaterializeMySQLSyncThread(
83 ContextPtr context_,

Callers 2

flushBuffersDataMethod · 0.85
commitPositionMethod · 0.85

Calls 2

dumpMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected