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

Method LoadFullWord

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

Source from the content-addressed store, hash-verified

124
125 private:
126 uint64_t LoadFullWord() {
127 uint64_t word;
128 memcpy(&word, bitmap_, 8);
129 bitmap_ += 8;
130 return bit_util::ToLittleEndian(word);
131 }
132
133 uint64_t LoadPartialWord(int8_t bit_offset, int64_t num_bits) {
134 uint64_t word = 0;

Callers

nothing calls this directly

Calls 1

ToLittleEndianFunction · 0.70

Tested by

no test coverage detected