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