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

Method advance

cpp/src/arrow/io/file.cc:546–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544 int64_t position() { return position_; }
545
546 void advance(int64_t nbytes) { position_ = position_ + nbytes; }
547
548 uint8_t* data() { return region_ ? region_->data() : nullptr; }
549

Callers 4

test_advanceMethod · 0.45
test_alignMethod · 0.45
ReadMethod · 0.45
WriteInternalMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_advanceMethod · 0.36
test_alignMethod · 0.36