Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
std::string getLogicalTime(DB::UInt64 timestamp)
63
{
64
std::stringstream ss;
65
ss << (timestamp & LOGICAL_BITMASK);
66
67
return ss.str();
68
}
69
70
int main(int argc, char ** argv)
71
{
Callers
1
main
Function · 0.85
Calls
1
str
Method · 0.45
Tested by
no test coverage detected