Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ offset
Function
offset
cpp/src/arrow/util/bitmap.h:381–381 ·
view source on GitHub ↗
offset of first bit relative to buffer().data()
Source
from the content-addressed store, hash-verified
379
380
/// offset of first bit relative to buffer().data()
381
int64_t offset() const { return offset_; }
382
383
/// number of bits in this Bitmap
384
int64_t length() const { return length_; }
Callers
1
run_end
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected