Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void PutFixed32(faststring *dst, uint32_t value) {
28
InlinePutFixed32(dst, value);
29
}
30
31
void PutFixed64(faststring *dst, uint64_t value) {
32
InlinePutFixed64(dst, value);
Callers
3
PutFixed32LengthPrefixedSlice
Function · 0.85
EncodeInt
Function · 0.85
EncodeInt
Function · 0.85
Calls
1
InlinePutFixed32
Function · 0.85
Tested by
2
EncodeInt
Function · 0.68
EncodeInt
Function · 0.68