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

Function IOError

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

Source from the content-addressed store, hash-verified

249 /// Return an error status when some IO-related operation failed
250 template <typename... Args>
251 static Status IOError(Args&&... args) {
252 return Status::FromArgs(StatusCode::IOError, std::forward<Args>(args)...);
253 }
254
255 /// Return an error status when some (de)serialization operation failed
256 template <typename... Args>

Callers 15

_ensure_multiple_sourcesFunction · 0.85
TestSessionFunction · 0.85
wait_until_readyMethod · 0.85
InitializeFunction · 0.85
TESTFunction · 0.85
ParseAndReadSchemaMethod · 0.85
DoSeekMethod · 0.85
DoReadAtMethod · 0.85
SeekMethod · 0.85
StatusFromCudaFunction · 0.85
MakeRelMethod · 0.85
ARROW_ASSIGN_OR_RAISEFunction · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by 14

TestSessionFunction · 0.68
wait_until_readyMethod · 0.68
TESTFunction · 0.68
ExampleTlsCertificatesFunction · 0.68
CloseMethod · 0.68
RunClientMethod · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68