MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / GetInt16Field

Function GetInt16Field

src/codec/codec.h:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284inline int16_t GetInt16Field(const int8_t* row, uint32_t offset) {
285 return *(reinterpret_cast<const int16_t*>(row + offset));
286}
287
288inline int32_t GetInt32Field(const int8_t* row, uint32_t offset) {
289 return *(reinterpret_cast<const int32_t*>(row + offset));

Callers 2

GetInt16Method · 0.85
GetValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected