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

Function getLogicalTime

programs/tso/client_test.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::string getLogicalTime(DB::UInt64 timestamp)
63{
64 std::stringstream ss;
65 ss << (timestamp & LOGICAL_BITMASK);
66
67 return ss.str();
68}
69
70int main(int argc, char ** argv)
71{

Callers 1

mainFunction · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected