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

Function IsTypeError

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

Return true iff the status indicates a type error.

Source from the content-addressed store, hash-verified

303 constexpr bool IsIndexError() const { return code() == StatusCode::IndexError; }
304 /// Return true iff the status indicates a type error.
305 constexpr bool IsTypeError() const { return code() == StatusCode::TypeError; }
306 /// Return true iff the status indicates an unknown error.
307 constexpr bool IsUnknownError() const { return code() == StatusCode::UnknownError; }
308 /// Return true iff the status indicates an unimplemented operation.

Callers

nothing calls this directly

Calls 1

codeFunction · 0.70

Tested by

no test coverage detected