Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ writeInt64
Function
writeInt64
bolt/serializers/PrestoSerializer.cpp:1185–1187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1183
}
1184
1185
void writeInt64(OutputStream* out, int64_t value) {
1186
out->write(reinterpret_cast<char*>(&value), sizeof(value));
1187
}
1188
1189
class CountingOutputStream : public OutputStream {
1190
public:
Callers
3
flush
Method · 0.70
flushUncompressed
Function · 0.70
flushSerialization
Function · 0.70
Calls
1
write
Method · 0.45
Tested by
no test coverage detected