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

Method load

cpp/src/arrow/util/bitmap_reader.h:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253
254 template <typename DType>
255 DType load(const uint8_t* bitmap) {
256 assert(bitmap + sizeof(DType) <= bitmap_end_);
257 return bit_util::ToLittleEndian(util::SafeLoadAs<DType>(bitmap));
258 }
259};
260
261/// \brief Index into a possibly nonexistent bitmap

Callers 15

run-test.rbFile · 0.45
is_finalizingMethod · 0.45
~FingerprintableMethod · 0.45
type.hFile · 0.45
ResolveFunction · 0.45
max_memoryMethod · 0.45
bytes_allocatedMethod · 0.45
total_bytes_allocatedMethod · 0.45
num_allocationsMethod · 0.45
DidAllocateBytesMethod · 0.45
ChunkResolverMethod · 0.45
chunk_resolver.ccFile · 0.45

Calls 1

ToLittleEndianFunction · 0.70

Tested by 15

metadata_clear_countMethod · 0.36
num_allocationsMethod · 0.36
num_readMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
operator()Method · 0.36
validMethod · 0.36
TESTFunction · 0.36
TestTaskGroupSuccessFunction · 0.36
TestTaskGroupErrorsFunction · 0.36
TestTaskGroupCancelFunction · 0.36
TestTasksSpawnTasksFunction · 0.36