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

Method Tell

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

Source from the content-addressed store, hash-verified

172 }
173
174 Result<int64_t> Tell() const final {
175 auto guard = lock_.exclusive_guard();
176 return derived()->DoTell();
177 }
178
179 Result<int64_t> Read(int64_t nbytes, void* out) final {
180 auto guard = lock_.exclusive_guard();

Callers

nothing calls this directly

Calls 1

DoTellMethod · 0.45

Tested by

no test coverage detected