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

Function unpack_null

cpp/src/arrow/util/bpacking_dispatch_internal.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33/// Unpack a zero bit packed array.
34template <typename Uint>
35ARROW_FORCE_INLINE void unpack_null(const uint8_t* in, Uint* out, int batch_size) {
36 std::memset(out, 0, batch_size * sizeof(Uint));
37}
38
39/// Unpack a packed array where packed and unpacked values have exactly the same number of
40/// bits.

Callers 1

unpack_widthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected