MCPcopy 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

dataMethod · 0.80
viewMethod · 0.80
VisitFunction · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected