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

Function IndexError

cpp/src/arrow/status.h:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 /// Return an error status when an index is out of bounds
238 template <typename... Args>
239 static Status IndexError(Args&&... args) {
240 return Status::FromArgs(StatusCode::IndexError, std::forward<Args>(args)...);
241 }
242
243 /// Return an error status when a container's capacity would exceed its limits
244 template <typename... Args>

Callers 15

_check_indexMethod · 0.85
_check_indexMethod · 0.85
_check_indexMethod · 0.85
GetScalarMethod · 0.85
IndexErrorMethod · 0.85
GetMethod · 0.85
CheckBufferSliceFunction · 0.85
ReadRecordBatchMethod · 0.85
TakeRowsMethod · 0.85
SetMetadataMethod · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by 1

TESTFunction · 0.68