MCPcopy 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
51inline bool StrStartsWith(const string& str, const string& prefix) {
52 return str.rfind(prefix, 0) == 0;
53}
54
55} // unnamed namespace
56

Callers 3

GetWriteIdRangeMethod · 0.85
GetStatementIdMethod · 0.85
IsCompactedMethod · 0.85

Calls 1

rfindMethod · 0.80

Tested by

no test coverage detected