Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ EncodeUint64
Function
EncodeUint64
be/src/gutil/strings/serialize.h:284–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
inline string EncodeUint64(uint64 i) {
285
return EncodePOD(i);
286
}
287
288
inline bool DecodeDouble(const StringPiece& s, double* d) {
289
return DecodePOD(s, d);
Callers
nothing calls this directly
Calls
1
EncodePOD
Function · 0.85
Tested by
no test coverage detected