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

Function PutFixed32

be/src/kudu/util/coding.cc:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void PutFixed32(faststring *dst, uint32_t value) {
28 InlinePutFixed32(dst, value);
29}
30
31void PutFixed64(faststring *dst, uint64_t value) {
32 InlinePutFixed64(dst, value);

Callers 3

EncodeIntFunction · 0.85
EncodeIntFunction · 0.85

Calls 1

InlinePutFixed32Function · 0.85

Tested by 2

EncodeIntFunction · 0.68
EncodeIntFunction · 0.68