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

Method Tell

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

Source from the content-addressed store, hash-verified

1552 bool closed() const override { return closed_; }
1553
1554 Result<int64_t> Tell() const override {
1555 RETURN_NOT_OK(CheckClosed());
1556 return pos_;
1557 }
1558
1559 Result<int64_t> GetSize() override {
1560 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