Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/4paradigm/OpenMLDB
/ GetInt32
Function
GetInt32
src/codec/field_codec.h:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
static inline void GetInt32(const char* ch, void* res) {
180
memcpy(res, ch, 4);
181
memrev32ifbe(static_cast<void*>(res));
182
}
183
184
static inline void GetInt64(const char* ch, void* res) {
185
memcpy(res, ch, 8);
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68