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

Method Tell

cpp/src/arrow/ipc/reader.cc:3017–3017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3015Status IoRecordedRandomAccessFile::Abort() { return Status::OK(); }
3016
3017Result<int64_t> IoRecordedRandomAccessFile::Tell() const { return position_; }
3018
3019bool IoRecordedRandomAccessFile::closed() const { return closed_; }
3020

Callers 4

TEST_PFunction · 0.45
FinishMethod · 0.45
WriteMethod · 0.45
UpdatePositionMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.36
FinishMethod · 0.36