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

Function LoadNextWord

cpp/src/arrow/util/bit_run_reader.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 void LoadNextWord() { return LoadWord(length_ - position_); }
141
142 // Helper method for Loading the next word.
143 void LoadWord(int64_t bits_remaining) {

Callers 1

bit_run_reader.hFile · 0.85

Calls 1

LoadWordFunction · 0.70

Tested by

no test coverage detected