Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ EncodeUint32
Function
EncodeUint32
be/src/gutil/strings/serialize.h:280–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
inline string EncodeUint32(uint32 i) {
281
return EncodePOD(i);
282
}
283
284
inline string EncodeUint64(uint64 i) {
285
return EncodePOD(i);
Callers
nothing calls this directly
Calls
1
EncodePOD
Function · 0.85
Tested by
no test coverage detected