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

Method ValueUnsafe

cpp/src/arrow/result.h:446–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 constexpr T& ValueUnsafe() & { return *storage_.get(); }
445
446 T ValueUnsafe() && { return MoveValueUnsafe(); }
447
448 T MoveValueUnsafe() { return std::move(*storage_.get()); }
449

Callers 15

ResultMethod · 0.80
ResultClass · 0.80
EqualsMethod · 0.80
ValidateSchemasMethod · 0.80
MakeDecodingGeneratorFunction · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
NextMethod · 0.80
TEST_PFunction · 0.80
ReceiveSignalsMethod · 0.80
UnwrapOrRaiseFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.64
TestSafeCallIntoRFunction · 0.64