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:1559–1562 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1557
}
1558
1559
Result<int64_t> GetSize() override {
1560
RETURN_NOT_OK(CheckClosed());
1561
return content_length_;
1562
}
1563
1564
Status Seek(int64_t position) override {
1565
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