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

Method DoAbort

cpp/src/arrow/io/concurrency.h:146–146  ·  view source on GitHub ↗

Default implementations. They are virtual because the derived class may have derived classes itself.

Source from the content-addressed store, hash-verified

144 // Default implementations. They are virtual because the derived class may
145 // have derived classes itself.
146 virtual Status DoAbort() { return derived()->DoClose(); }
147
148 virtual Result<std::string_view> DoPeek(int64_t ARROW_ARG_UNUSED(nbytes)) {
149 return Status::NotImplemented("Peek not implemented");

Callers 2

AbortMethod · 0.45
AbortMethod · 0.45

Calls 1

DoCloseMethod · 0.45

Tested by

no test coverage detected