MCPcopy 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_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