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

Method Tell

cpp/src/arrow/io/transform.cc:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142Result<int64_t> TransformInputStream::Tell() const {
143 RETURN_NOT_OK(impl_->CheckClosed());
144
145 return impl_->pos_;
146}
147
148Result<std::shared_ptr<const KeyValueMetadata>> TransformInputStream::ReadMetadata() {
149 RETURN_NOT_OK(impl_->CheckClosed());

Callers

nothing calls this directly

Calls 1

CheckClosedMethod · 0.45

Tested by

no test coverage detected