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

Function IsOutOfMemory

cpp/src/arrow/status.h:291–291  ·  view source on GitHub ↗

Return true iff the status indicates an out-of-memory error.

Source from the content-addressed store, hash-verified

289
290 /// Return true iff the status indicates an out-of-memory error.
291 constexpr bool IsOutOfMemory() const { return code() == StatusCode::OutOfMemory; }
292 /// Return true iff the status indicates a key lookup error.
293 constexpr bool IsKeyError() const { return code() == StatusCode::KeyError; }
294 /// Return true iff the status indicates invalid data.

Callers

nothing calls this directly

Calls 1

codeFunction · 0.70

Tested by

no test coverage detected