Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ native_endian_bytes
Method
native_endian_bytes
cpp/src/arrow/util/basic_decimal.h:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
const uint8_t* native_endian_bytes() const {
113
return reinterpret_cast<const uint8_t*>(array_.data());
114
}
115
116
uint8_t* mutable_native_endian_bytes() {
117
return reinterpret_cast<uint8_t*>(array_.data());
Callers
3
data
Method · 0.80
view
Method · 0.80
Visit
Function · 0.80
Calls
1
data
Method · 0.45
Tested by
no test coverage detected