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

Function CapacityError

cpp/src/arrow/status.h:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 /// Return an error status when a container's capacity would exceed its limits
244 template <typename... Args>
245 static Status CapacityError(Args&&... args) {
246 return Status::FromArgs(StatusCode::CapacityError, std::forward<Args>(args)...);
247 }
248
249 /// Return an error status when some IO-related operation failed
250 template <typename... Args>

Callers 15

InitMMapMethod · 0.85
ValidateMethod · 0.85
ToArrowStatusFunction · 0.85
ValidateOverflowMethod · 0.85
ResizeMethod · 0.85
AppendFunction · 0.85
ResizeMethod · 0.85
ValidateOverflowMethod · 0.85
ValidateOverflowMethod · 0.85
ReserveFunction · 0.85
ValidateOverflowFunction · 0.85
VisitArrayMethod · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by

no test coverage detected