Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ MoveValueUnsafe
Method
MoveValueUnsafe
cpp/src/arrow/result.h:448–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
446
T ValueUnsafe() && { return MoveValueUnsafe(); }
447
448
T MoveValueUnsafe() { return std::move(*storage_.get()); }
449
450
private:
451
Status status_; // pointer-sized
Callers
15
WrapResult
Function · 0.80
Result
Method · 0.80
Result
Class · 0.80
InspectSchemas
Method · 0.80
EvaluateStatisticsAsExpression
Method · 0.80
GenerateBatches
Function · 0.80
FlightDataDeserialize
Function · 0.80
DetermineDefaultUnalignedBufferHandling
Function · 0.80
ConvertTableToExecBatches
Method · 0.80
Initialize
Method · 0.80
Next
Method · 0.80
GetFileInfoGenerator
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
1
ConstructFakeMetaData
Function · 0.64