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

Function TypeError

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

Source from the content-addressed store, hash-verified

206 /// Return an error status for type errors (such as mismatching data types)
207 template <typename... Args>
208 static Status TypeError(Args&&... args) {
209 return Status::FromArgs(StatusCode::TypeError, std::forward<Args>(args)...);
210 }
211
212 /// Return an error status for unknown errors
213 template <typename... Args>

Callers 15

MakeMethod · 0.70
CreateForMethod · 0.70
RecordBatchToTensorFunction · 0.70
MakeMethod · 0.70
ValidateSparseCSXIndexFunction · 0.70
PromoteTableToSchemaFunction · 0.70
WidenDecimalsFunction · 0.70
MaybeMergeTemporalTypesFunction · 0.70
MaybeMergeNumericTypesFunction · 0.70

Calls 1

FromArgsFunction · 0.85

Tested by 12

TESTFunction · 0.56
TESTFunction · 0.56
MakeIntegerBatchFunction · 0.40
TESTFunction · 0.40
ASSERT_OK_AND_ASSIGNFunction · 0.40
_ensure_mock_call_objectFunction · 0.40
flight_requestMethod · 0.40
flight_requestMethod · 0.40
flight_requestMethod · 0.40
flight_requestMethod · 0.40
flight_requestMethod · 0.40