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

Method Tell

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

Source from the content-addressed store, hash-verified

163 }
164
165 Result<int64_t> Tell() const {
166 RETURN_NOT_OK(CheckClosed());
167 return ::arrow::internal::FileTell(fd_.fd());
168 }
169
170 Status Write(const void* data, int64_t length) {
171 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