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

Method Tell

cpp/src/arrow/io/hdfs.cc:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 Result<int64_t> Tell() {
80 RETURN_NOT_OK(CheckClosed());
81 int64_t ret = driver_->Tell(fs_, file_);
82 CHECK_FAILURE(ret, "tell");
83 return ret;
84 }
85
86 bool is_open() const { return is_open_; }
87

Callers

nothing calls this directly

Calls 2

CheckClosedFunction · 0.70
TellMethod · 0.45

Tested by

no test coverage detected