MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected