Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
class StringValueTest : public ::testing::Test {
70
protected:
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
Smallify
Method · 0.45
Tested by
no test coverage detected