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

Function GetFloatField

src/codec/codec.h:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296inline float GetFloatField(const int8_t* row, uint32_t offset) {
297 return *(reinterpret_cast<const float*>(row + offset));
298}
299
300inline double GetDoubleField(const int8_t* row, uint32_t offset) {
301 return *(reinterpret_cast<const double*>(row + offset));

Callers 2

GetFloatMethod · 0.85
GetValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected