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

Function GetBoolField

src/codec/codec.h:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279inline int8_t GetBoolField(const int8_t* row, uint32_t offset) {
280 int8_t value = *(row + offset);
281 return value;
282}
283
284inline int16_t GetInt16Field(const int8_t* row, uint32_t offset) {
285 return *(reinterpret_cast<const int16_t*>(row + offset));

Callers 2

GetBoolMethod · 0.85
GetValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected