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

Method Tell

cpp/src/arrow/filesystem/s3fs.cc:1494–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492 bool closed() const override { return closed_; }
1493
1494 Result<int64_t> Tell() const override {
1495 RETURN_NOT_OK(CheckClosed());
1496 return pos_;
1497 }
1498
1499 Result<int64_t> GetSize() override {
1500 RETURN_NOT_OK(CheckClosed());

Callers 10

TEST_FFunction · 0.45
TestOpenOutputStreamMethod · 0.45
test_util.ccFile · 0.45
TestOpenInputStreamMethod · 0.45
TestOpenInputFileMethod · 0.45
TEST_FFunction · 0.45
TestBucketFunction · 0.45
TEST_FFunction · 0.45

Calls 1

CheckClosedFunction · 0.50

Tested by 9

TEST_FFunction · 0.36
TestOpenOutputStreamMethod · 0.36
TestOpenInputStreamMethod · 0.36
TestOpenInputFileMethod · 0.36
TEST_FFunction · 0.36
TestBucketFunction · 0.36
TEST_FFunction · 0.36