Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ packTimestampWithTimeZone
Function
packTimestampWithTimeZone
bolt/serializers/PrestoSerializer.cpp:623–625 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
}
622
623
int64_t packTimestampWithTimeZone(int64_t timestamp, int16_t timezone) {
624
return timezone | (timestamp << 12);
625
}
626
627
void unpackTimestampWithTimeZone(
628
int64_t packed,
Callers
1
serializeTimestampWithTimeZone
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected