Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ writeInt64
Function
writeInt64
bolt/serializers/ArrowSerializer.cpp:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
out->write(reinterpret_cast<char*>(&v), sizeof(v));
77
}
78
inline void writeInt64(OutputStream* out, int64_t v) {
79
out->write(reinterpret_cast<char*>(&v), sizeof(v));
80
}
81
82
struct ArrowArrayReleaser {
83
ArrowArray* array;
Callers
1
flush
Method · 0.70
Calls
1
write
Method · 0.45
Tested by
no test coverage detected