Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ get_boolean
Method
get_boolean
cpp/fory/row/row.h:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
bool get_boolean(int i) const {
60
return buffer()->get_byte_as<uint8_t>(get_offset(i)) != 0;
61
}
62
63
int16_t get_int16(int i) const {
64
return buffer()->get<int16_t>(get_offset(i));
Callers
2
TEST
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64