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

Method TestLargestSmallerString

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

Source from the content-addressed store, hash-verified

79 }
80
81 void TestLargestSmallerString(StringValue& sv, const string& expected) {
82 EXPECT_EQ(sv.LargestSmallerString(), expected);
83 sv.Smallify();
84 EXPECT_EQ(sv.LargestSmallerString(), expected);
85 }
86
87 void TestLeastLargerString(StringValue& sv, const string& expected) {
88 EXPECT_EQ(sv.LeastLargerString(), expected);

Callers

nothing calls this directly

Calls 2

LargestSmallerStringMethod · 0.80
SmallifyMethod · 0.45

Tested by

no test coverage detected