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

Function GetDoubleField

src/codec/codec.h:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300inline double GetDoubleField(const int8_t* row, uint32_t offset) {
301 return *(reinterpret_cast<const double*>(row + offset));
302}
303
304// native get string field method
305int32_t GetStrField(const int8_t* row, uint32_t str_field_offset,

Callers 2

GetDoubleMethod · 0.85
GetValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected