MCPcopy 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

WrapResultFunction · 0.80
ResultMethod · 0.80
ResultClass · 0.80
InspectSchemasMethod · 0.80
GenerateBatchesFunction · 0.80
FlightDataDeserializeFunction · 0.80
InitializeMethod · 0.80
NextMethod · 0.80
GetFileInfoGeneratorMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 1

ConstructFakeMetaDataFunction · 0.64