Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ trailing_bytes
Method
trailing_bytes
cpp/src/arrow/util/bitmap_reader.h:234–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
233
int64_t words() const { return nwords_; }
234
int trailing_bytes() const { return trailing_bytes_; }
235
236
private:
237
int64_t offset_;
Callers
7
MurmurHashBitmap64
Function · 0.80
BitmapWordReaderBench
Function · 0.80
RunVisitWordsAndWriteLoop
Function · 0.80
TransferBitmap
Function · 0.80
BitmapEquals
Function · 0.80
UnalignedBitmapOp
Function · 0.80
RunIfElseLoop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected