Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Tell
Method
Tell
cpp/src/arrow/io/concurrency.h:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
Result<int64_t> Tell() const final {
105
auto guard = lock_.exclusive_guard();
106
return derived()->DoTell();
107
}
108
109
Result<int64_t> Read(int64_t nbytes, void* out) final {
110
auto guard = lock_.exclusive_guard();
Callers
nothing calls this directly
Calls
1
DoTell
Method · 0.45
Tested by
no test coverage detected