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

Function FromNative

cpp/src/arrow/util/endian.h:238–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236// Convert native endian array to little endian
237template <typename T, size_t N>
238static inline std::array<T, N> FromNative(std::array<T, N> array) {
239 return ToNative(array);
240}
241
242} // namespace little_endian
243

Callers 4

ToIntegerStringMethod · 0.85
little_endian_arrayMethod · 0.85
little_endian_arrayFunction · 0.85
TYPED_TESTFunction · 0.85

Calls 1

ToNativeFunction · 0.85

Tested by 1

TYPED_TESTFunction · 0.68