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

Method position

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

Source from the content-addressed store, hash-verified

542 int64_t size() const { return map_len_; }
543
544 int64_t position() { return position_; }
545
546 void advance(int64_t nbytes) { position_ = position_ + nbytes; }
547

Callers 2

TellMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected