Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ OK
Function
OK
cpp/src/arrow/status.h:180–180 ·
view source on GitHub ↗
Return a success status
Source
from the content-addressed store, hash-verified
178
179
/// Return a success status
180
static Status OK() { return Status(); }
181
182
template <typename... Args>
183
static Status FromArgs(StatusCode code, Args&&... args) {
Callers
15
Equals
Method · 0.70
ValidateChunks
Function · 0.70
CreateFor
Method · 0.70
Visit
Method · 0.70
MakeBuilder
Function · 0.70
MakeBuilderExactIndex
Function · 0.70
CheckBufferLength
Function · 0.70
Visit
Method · 0.70
ComputeRowMajorStrides
Function · 0.70
ComputeColumnMajorStrides
Function · 0.70
CheckTensorValidity
Function · 0.70
CheckTensorStridesValidity
Function · 0.70
Calls
1
Status
Class · 0.50
Tested by
15
TEST
Function · 0.56
ToStatus
Method · 0.56
TEST
Function · 0.56
Visit
Method · 0.56
TEST
Function · 0.56
TestOwnedRefMoves
Function · 0.40
TestOwnedRefNoGILMoves
Function · 0.40
TestCheckPyErrorStatus
Function · 0.40
TestCheckPyErrorStatusNoGIL
Function · 0.40
TestRestorePyErrorBasics
Function · 0.40
TestPyBufferInvalidInputObject
Function · 0.40
TestPyBufferNumpyArray
Function · 0.40