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

Method closed

cpp/src/arrow/io/interfaces.cc:239–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 }
238
239 bool closed() const override { return closed_; }
240
241 Result<int64_t> DoRead(int64_t nbytes, void* out) {
242 RETURN_NOT_OK(CheckOpen());

Callers 1

MakeInputStreamIteratorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected