MCPcopy Create free account
hub / github.com/apache/arrow / Seek

Method Seek

cpp/src/arrow/io/concurrency.h:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 Status Seek(int64_t position) final {
195 auto guard = lock_.exclusive_guard();
196 return derived()->DoSeek(position);
197 }
198
199 Result<int64_t> GetSize() final {
200 auto guard = lock_.shared_guard();

Callers

nothing calls this directly

Calls 1

DoSeekMethod · 0.45

Tested by

no test coverage detected