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

Function LoadInt

cpp/src/arrow/util/bpacking_scalar_generated_internal.h:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33template <typename Int>
34Int LoadInt(const uint8_t* in) {
35 return bit_util::FromLittleEndian(util::SafeLoadAs<Int>(in));
36}
37
38template<typename Uint, int kBitWidth>
39struct ScalarUnpackerForWidth;

Callers

nothing calls this directly

Calls 1

FromLittleEndianFunction · 0.70

Tested by

no test coverage detected