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

Function UnknownError

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

Source from the content-addressed store, hash-verified

212 /// Return an error status for unknown errors
213 template <typename... Args>
214 static Status UnknownError(Args&&... args) {
215 return Status::FromArgs(StatusCode::UnknownError, std::forward<Args>(args)...);
216 }
217
218 /// Return an error status when an operation or a combination of operation and
219 /// data types is unimplemented

Callers 15

ConvertMethod · 0.85
CheckForDuplicateKeysFunction · 0.85
ConvertMapFunction · 0.85
VisitMethod · 0.85
ToStatusMethod · 0.85
FailingTransformFunction · 0.85
ToStatusMethod · 0.85
ServeMethod · 0.85
GetSchemaPayloadMethod · 0.85
NextMethod · 0.85
FromProtoFunction · 0.85
ToPayloadFunction · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by 5

ToStatusMethod · 0.68
FailingTransformFunction · 0.68
DoGetMethod · 0.68
GetFlightInfoMethod · 0.68
SetFinishedMethod · 0.68