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

Method value

cpp/src/arrow/util/cache_test.cc:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 IntValue& operator=(IntValue&&) = default;
48
49 int value() const { return *value_; }
50
51 bool operator==(const IntValue& other) const { return *value_ == *other.value_; }
52 bool operator!=(const IntValue& other) const { return *value_ != *other.value_; }

Callers 15

ARROW_ASSIGN_OR_RAISEFunction · 0.45
WaitEventMethod · 0.45
RecordMethod · 0.45
OpenCompressedMethod · 0.45
GetBytesWrittenMethod · 0.45
TEST_PFunction · 0.45
VisitMethod · 0.45
FromProtoFunction · 0.45
SetAttributesFunction · 0.45
InitUnmaterializedTableFunction · 0.45
ProcessInnerMethod · 0.45
FromTagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected