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

Function Invalid

cpp/src/arrow/status.h:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 /// Return an error status for invalid data (for example a string that fails parsing)
226 template <typename... Args>
227 static Status Invalid(Args&&... args) {
228 return Status::FromArgs(StatusCode::Invalid, std::forward<Args>(args)...);
229 }
230
231 /// Return an error status for cancelled operation
232 template <typename... Args>

Callers 15

TEST_FFunction · 0.70
MakeMethod · 0.70
EqualsMethod · 0.70
ValidateChunksFunction · 0.70
ComputeRowMajorStridesFunction · 0.70
CheckTensorValidityFunction · 0.70
ValidateTensorParametersFunction · 0.70
VisitMethod · 0.70
InitializeFunction · 0.70
ValidateShapeMethod · 0.70

Calls 1

FromArgsFunction · 0.85

Tested by 15

TEST_FFunction · 0.56
TESTFunction · 0.56
DeserializeMethod · 0.56
TESTFunction · 0.56
VisitMethod · 0.56
ValidateArrowVsJsonFunction · 0.40
RunCommandFunction · 0.40
TestRowGroupsMethod · 0.40
TESTFunction · 0.40
WriteRecordBatchMethod · 0.40
ScanBatchesAsyncMethod · 0.40