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: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_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