MCPcopy 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
148template<>
149inline uint16_t ReadWriteUtil::GetInt(const uint8_t* buf) {
150 return (buf[0] << 8) | buf[1];
151}
152
153template<>
154inline uint32_t ReadWriteUtil::GetInt(const uint8_t* buf) {

Callers 6

TEST_FFunction · 0.45
ExtractInt32Method · 0.45
checkPlanNodeStatsMethod · 0.45
QueueSizeMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
checkPlanNodeStatsMethod · 0.36
QueueSizeMethod · 0.36