MCPcopy 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
276inline string EncodeFloat(float f) {
277 return EncodePOD(f);
278}
279
280inline string EncodeUint32(uint32 i) {
281 return EncodePOD(i);

Callers

nothing calls this directly

Calls 1

EncodePODFunction · 0.85

Tested by

no test coverage detected