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

Method unpack

cpp/src/arrow/util/bpacking_simd_kernel_internal.h:1067–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065 static constexpr int kBytesRead = 0;
1066
1067 static const uint8_t* unpack(const uint8_t* in, unpacked_type* out) { return in; }
1068};
1069
1070template <typename KernelTraits, typename WorkingKernel>

Callers 11

test_null_bitmapMethod · 0.45
test_bufferMethod · 0.45
do_putMethod · 0.45
test_buffers_primitiveFunction · 0.45
test_buffers_nestedFunction · 0.45
half_float_valueFunction · 0.45
__getitem__Method · 0.45
wordsMethod · 0.45

Calls

no outgoing calls

Tested by 8

test_null_bitmapMethod · 0.36
test_bufferMethod · 0.36
do_putMethod · 0.36
test_buffers_primitiveFunction · 0.36
test_buffers_nestedFunction · 0.36