Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_F
Function · 0.45
TestOpenOutputStream
Method · 0.45
test_util.cc
File · 0.45
TestOpenInputStream
Method · 0.45
TestOpenInputFile
Method · 0.45
TEST_F
Function · 0.45
TestBucket
Function · 0.45
TestOpenOutputStreamLarge
Method · 0.45
TestOpenOutputStreamLargeSingleWrite
Method · 0.45
TEST_F
Function · 0.45
Calls
1
CheckClosed
Function · 0.50
Tested by
9
TEST_F
Function · 0.36
TestOpenOutputStream
Method · 0.36
TestOpenInputStream
Method · 0.36
TestOpenInputFile
Method · 0.36
TEST_F
Function · 0.36
TestBucket
Function · 0.36
TestOpenOutputStreamLarge
Method · 0.36
TestOpenOutputStreamLargeSingleWrite
Method · 0.36
TEST_F
Function · 0.36