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

Method load

cpp/src/arrow/util/bitmap_writer.h:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273 template <typename DType>
274 DType load(const uint8_t* bitmap) {
275 assert(bitmap + sizeof(DType) <= bitmap_end_);
276 return bit_util::ToLittleEndian(util::SafeLoadAs<DType>(bitmap));
277 }
278
279 template <typename DType>
280 void store(uint8_t* bitmap, DType data) {

Callers

nothing calls this directly

Calls 1

ToLittleEndianFunction · 0.70

Tested by

no test coverage detected