Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetSize
Method
GetSize
r/src/io.cpp:407–407 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
}
406
407
arrow::Result<int64_t> GetSize() override { return size_; }
408
409
arrow::Status Seek(int64_t pos) override { return SeekBase(pos); }
410
Callers
2
io___RandomAccessFile__GetSize
Function · 0.45
io___RandomAccessFile__Read0
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected