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

Method DoAbort

cpp/src/arrow/io/concurrency.h:246–246  ·  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

244 // Default implementations. They are virtual because the derived class may
245 // have derived classes itself.
246 virtual Status DoAbort() { return derived()->DoClose(); }
247
248 virtual Result<std::string_view> DoPeek(int64_t ARROW_ARG_UNUSED(nbytes)) {
249 return Status::NotImplemented("Peek not implemented");

Callers

nothing calls this directly

Calls 1

DoCloseMethod · 0.45

Tested by

no test coverage detected