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

Method Tell

cpp/src/arrow/io/file.cc:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 Result<int64_t> Tell() const {
159 RETURN_NOT_OK(CheckClosed());
160 return ::arrow::internal::FileTell(fd_.fd());
161 }
162
163 Status Write(const void* data, int64_t length) {
164 RETURN_NOT_OK(CheckClosed());

Callers

nothing calls this directly

Calls 3

FileTellFunction · 0.85
CheckClosedFunction · 0.70
fdMethod · 0.45

Tested by

no test coverage detected