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

Method SmallifySV

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

Source from the content-addressed store, hash-verified

69class StringValueTest : public ::testing::Test {
70protected:
71 void SmallifySV(StringValue* sv) { sv->Smallify(); }
72
73 void SmallifySVExpect(StringValue* sv, bool expect_to_succeed) {
74 if (expect_to_succeed) {

Callers

nothing calls this directly

Calls 1

SmallifyMethod · 0.45

Tested by

no test coverage detected