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