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

Function FastInt32ToBuffer

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

Source from the content-addressed store, hash-verified

872}
873
874char *FastInt32ToBuffer(int32 i, char* buffer) {
875 FastInt32ToBufferLeft(i, buffer);
876 return buffer;
877}
878
879char *FastHexToBuffer(int i, char* buffer) {
880 CHECK_GE(i, 0) << "FastHexToBuffer() wants non-negative integers, not " << i;

Callers 1

FastIntToBufferFunction · 0.85

Calls 1

FastInt32ToBufferLeftFunction · 0.85

Tested by

no test coverage detected