Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ empty
Method
empty
be/src/gutil/strings/stringpiece.h:176–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
int size() const { return length_; }
175
int length() const { return length_; }
176
bool empty() const { return length_ == 0; }
177
178
void clear() {
179
ptr_ = NULL;
Callers
15
LazyCpuInfoValue
Method · 0.45
AppendKeysFromMap
Function · 0.45
EmplaceValuesFromMap
Function · 0.45
vector_as_array
Function · 0.45
string_as_array
Function · 0.45
front
Method · 0.45
StripTrailingNewline
Function · 0.45
RemoveExtraWhitespace
Function · 0.45
ShellEscapeCommandLine
Function · 0.45
JoinCSVLineWithDelimiter
Function · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected