Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ AdjustRun
Function
AdjustRun
cpp/src/arrow/util/bit_run_reader.h:285–291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
}
284
285
SetBitRun AdjustRun(SetBitRun run) {
286
if (Reverse) {
287
assert(run.position >= run.length);
288
run.position -= run.length;
289
}
290
return run;
291
}
292
293
uint64_t LoadFullWord() {
294
uint64_t word;
Callers
1
NextRun
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected