MCPcopy Create free account
hub / github.com/apache/arrow / native_endian_array

Function native_endian_array

cpp/src/arrow/util/basic_decimal.h:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 constexpr const WordArray native_endian_array() const {
202 return WordArray{static_cast<typename WordArray::value_type>(value_)};
203 }
204
205 constexpr const WordArray little_endian_array() const {
206 return bit_util::little_endian::FromNative(

Callers 1

ToIntegerStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected