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

Function Cancelled

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

Source from the content-addressed store, hash-verified

231 /// Return an error status for cancelled operation
232 template <typename... Args>
233 static Status Cancelled(Args&&... args) {
234 return Status::FromArgs(StatusCode::Cancelled, std::forward<Args>(args)...);
235 }
236
237 /// Return an error status when an index is out of bounds
238 template <typename... Args>

Callers 15

ToStatusMethod · 0.85
TEST_FMethod · 0.85
FromAbslStatusFunction · 0.85
StartProducingMethod · 0.85
AbortMethod · 0.85
StartTaskGroupMethod · 0.85
OnTaskGroupFinishedMethod · 0.85
ExecuteMoreMethod · 0.85
ScheduleMoreMethod · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by 3

TEST_FMethod · 0.68
MakeFromEnvVarsMethod · 0.68
TESTFunction · 0.68