Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetInt
Method
GetInt
be/src/exec/read-write-util.h:149–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
148
template<>
149
inline uint16_t ReadWriteUtil::GetInt(const uint8_t* buf) {
150
return (buf[0] << 8) | buf[1];
151
}
152
153
template<>
154
inline uint32_t ReadWriteUtil::GetInt(const uint8_t* buf) {
Callers
6
TEST_F
Function · 0.45
ExtractInt32
Method · 0.45
AiGenerateTextInternal
Method · 0.45
checkPlanNodeStats
Method · 0.45
BuildEventTimelineSection
Method · 0.45
QueueSize
Method · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
checkPlanNodeStats
Method · 0.36
QueueSize
Method · 0.36