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

Method Tell

cpp/src/arrow/io/slow.cc:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86bool SlowInputStream::closed() const { return stream_->closed(); }
87
88Result<int64_t> SlowInputStream::Tell() const { return stream_->Tell(); }
89
90Result<int64_t> SlowInputStream::Read(int64_t nbytes, void* out) {
91 latencies_->Sleep();

Callers 15

FinishMethod · 0.45
TEST_FFunction · 0.45
RunCompressedInputStreamFunction · 0.45
TEST_FFunction · 0.45
AssertTellMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TestEmptyStreamMethod · 0.45
TestCloseMethod · 0.45
AccumulateReadsMethod · 0.45
CloseEncryptedFileMethod · 0.45

Calls

no outgoing calls

Tested by 10

TEST_FFunction · 0.36
RunCompressedInputStreamFunction · 0.36
TEST_FFunction · 0.36
AssertTellMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TestEmptyStreamMethod · 0.36
TestCloseMethod · 0.36
AccumulateReadsMethod · 0.36