Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ advance
Method
advance
cpp/src/arrow/io/file.cc:554–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
int64_t position() { return position_; }
553
554
void advance(int64_t nbytes) { position_ = position_ + nbytes; }
555
556
uint8_t* data() { return region_ ? region_->data() : nullptr; }
557
Callers
4
test_advance
Method · 0.45
test_align
Method · 0.45
Read
Method · 0.45
WriteInternal
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_advance
Method · 0.36
test_align
Method · 0.36