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

Function KeyError

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

Source from the content-addressed store, hash-verified

200 /// Return an error status for failed key lookups (e.g. column name in a table)
201 template <typename... Args>
202 static Status KeyError(Args&&... args) {
203 return Status::FromArgs(StatusCode::KeyError, std::forward<Args>(args)...);
204 }
205
206 /// Return an error status for type errors (such as mismatching data types)
207 template <typename... Args>

Callers 15

GetWriterMethod · 0.85
do_actionMethod · 0.85
get_flight_infoMethod · 0.85
do_actionMethod · 0.85
RegisterDeviceMethod · 0.85
GetMapperMethod · 0.85
RegisterTypeMethod · 0.85
UnregisterTypeMethod · 0.85
ARROW_ASSIGN_OR_RAISEFunction · 0.85
EncodeTypeMethod · 0.85
MakeClientMethod · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by 9

TESTFunction · 0.68
DoGetMethod · 0.68
ARROW_ASSIGN_OR_RAISEMethod · 0.68
DoGetMethod · 0.68
GetScenarioFunction · 0.68
GetFlightInfoMethod · 0.68
DoGetMethod · 0.68
TESTFunction · 0.68