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

Method CheckClosed

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

Source from the content-addressed store, hash-verified

50 }
51
52 Status CheckClosed() const {
53 if (closed_) {
54 return Status::Invalid("Operation on closed file");
55 }
56 return Status::OK();
57 }
58};
59
60TransformInputStream::TransformInputStream(std::shared_ptr<InputStream> wrapped,

Callers 4

ReadMethod · 0.45
TellMethod · 0.45
ReadMetadataMethod · 0.45
ReadMetadataAsyncMethod · 0.45

Calls 2

InvalidFunction · 0.50
OKFunction · 0.50

Tested by

no test coverage detected