Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ToResult
Function
ToResult
cpp/src/arrow/result.h:507–509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
506
template <typename T, typename R = typename EnsureResult<T>::type>
507
R ToResult(T t) {
508
return R(std::move(t));
509
}
510
511
template <typename T>
512
struct EnsureResult {
Callers
15
DoGetAll
Method · 0.85
FileSource
Function · 0.85
FileSource
Method · 0.85
TestWithArrayFactory
Method · 0.85
TestMoveWithArrayFactory
Method · 0.85
TestMoveChildWithArrayFactory
Method · 0.85
TestMoveChildrenWithArrayFactory
Method · 0.85
TestWithArrayFactory
Method · 0.85
TestWithArrayFactory
Method · 0.85
TestWithBatchFactory
Method · 0.85
TestWithArrayFactory
Method · 0.85
TestWithBatchFactory
Method · 0.85
Calls
no outgoing calls
Tested by
10
DoGetAll
Method · 0.68
TestWithArrayFactory
Method · 0.68
TestMoveWithArrayFactory
Method · 0.68
TestMoveChildWithArrayFactory
Method · 0.68
TestMoveChildrenWithArrayFactory
Method · 0.68
TestWithArrayFactory
Method · 0.68
TestWithArrayFactory
Method · 0.68
TestWithBatchFactory
Method · 0.68
TestWithArrayFactory
Method · 0.68
TestWithBatchFactory
Method · 0.68