MCPcopy 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_FFunction · 0.45
FileObjectToInfoFunction · 0.45
ToFileInfosMethod · 0.45
TEST_FFunction · 0.45
TestOpenInputFileMethod · 0.45
NaiveReadFunction · 0.45
ChunkedReadFunction · 0.45
CoalescedReadFunction · 0.45
ParquetReadFunction · 0.45

Calls 1

CheckClosedFunction · 0.50

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TestOpenInputFileMethod · 0.36