Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ length
Method
length
be/src/gutil/strings/stringpiece.h:175–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
const char* data() const { return ptr_; }
174
int size() const { return length_; }
175
int length() const { return length_; }
176
bool empty() const { return length_ == 0; }
177
178
void clear() {
Callers
15
BuildLookupTable
Function · 0.45
StripPrefixString
Function · 0.45
TryStripPrefixString
Function · 0.45
StripSuffixString
Function · 0.45
TryStripSuffixString
Function · 0.45
StripWhiteSpace
Function · 0.45
strrmm
Function · 0.45
GenericFind
Function · 0.45
Length
Method · 0.45
StringReplace
Function · 0.45
GlobalReplaceSubstring
Function · 0.45
CountSubstring
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected