Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetSize
Method
GetSize
cpp/src/arrow/filesystem/s3fs.cc:1499–1502 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1497
}
1498
1499
Result<int64_t> GetSize() override {
1500
RETURN_NOT_OK(CheckClosed());
1501
return content_length_;
1502
}
1503
1504
Status Seek(int64_t position) override {
1505
RETURN_NOT_OK(CheckClosed());
Callers
10
TEST_F
Function · 0.45
FileObjectToInfo
Function · 0.45
ToFileInfos
Method · 0.45
TEST_F
Function · 0.45
TestOpenInputFile
Method · 0.45
TestOpenInputFileWithFileInfo
Method · 0.45
NaiveRead
Function · 0.45
ChunkedRead
Function · 0.45
CoalescedRead
Function · 0.45
ParquetRead
Function · 0.45
Calls
1
CheckClosed
Function · 0.50
Tested by
4
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TestOpenInputFile
Method · 0.36
TestOpenInputFileWithFileInfo
Method · 0.36