Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ StrStartsWith
Function
StrStartsWith
be/src/exec/acid-metadata-utils.cc:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
inline bool StrStartsWith(const string& str, const string& prefix) {
52
return str.rfind(prefix, 0) == 0;
53
}
54
55
} // unnamed namespace
56
Callers
3
GetWriteIdRange
Method · 0.85
GetStatementId
Method · 0.85
IsCompacted
Method · 0.85
Calls
1
rfind
Method · 0.80
Tested by
no test coverage detected