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

Method TestLeastLargerString

be/src/runtime/string-value-test.cc:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void TestLeastLargerString(StringValue& sv, const string& expected) {
88 EXPECT_EQ(sv.LeastLargerString(), expected);
89 sv.Smallify();
90 EXPECT_EQ(sv.LeastLargerString(), expected);
91 }
92};
93
94TEST_F(StringValueTest, TestCompare) {

Callers

nothing calls this directly

Calls 2

LeastLargerStringMethod · 0.80
SmallifyMethod · 0.45

Tested by

no test coverage detected