MCPcopy Create free account
hub / github.com/apache/impala / SimpleStruct

Class SimpleStruct

be/src/kudu/util/map-util-test.cc:87–89  ·  view source on GitHub ↗

Simple struct to act as a container for a string. While not necessary per se, this is more representative of the expected usage of ComputePairIfAbsent* (i.e. pointing to internal state of more complex objects).

Source from the content-addressed store, hash-verified

85// ComputePairIfAbsent* (i.e. pointing to internal state of more complex
86// objects).
87struct SimpleStruct {
88 string str;
89};
90} // anonymous namespace
91
92TEST(ComputePairIfAbsentTest, TestComputePairDestructState) {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68