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

Function GetInt64

src/codec/field_codec.h:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184static inline void GetInt64(const char* ch, void* res) {
185 memcpy(res, ch, 8);
186 memrev64ifbe(static_cast<void*>(res));
187}
188
189static inline void GetFloat(const char* ch, void* res) {
190 memcpy(res, ch, 4);

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68