MCPcopy Create free account
hub / github.com/apache/impala / FastInt64ToBuffer

Function FastInt64ToBuffer

be/src/gutil/strings/numbers.cc:869–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867// ----------------------------------------------------------------------
868
869char *FastInt64ToBuffer(int64 i, char* buffer) {
870 FastInt64ToBufferLeft(i, buffer);
871 return buffer;
872}
873
874char *FastInt32ToBuffer(int32 i, char* buffer) {
875 FastInt32ToBufferLeft(i, buffer);

Callers 1

FastIntToBufferFunction · 0.85

Calls 1

FastInt64ToBufferLeftFunction · 0.85

Tested by

no test coverage detected