Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/4paradigm/OpenMLDB
/ GetFloat
Function
GetFloat
src/codec/field_codec.h:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
static inline void GetFloat(const char* ch, void* res) {
190
memcpy(res, ch, 4);
191
memrev32ifbe(static_cast<void*>(res));
192
}
193
194
static inline void GetDouble(const char* ch, void* res) {
195
memcpy(res, ch, 8);
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68