MCPcopy 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

LazyCpuInfoValueMethod · 0.45
AppendKeysFromMapFunction · 0.45
EmplaceValuesFromMapFunction · 0.45
vector_as_arrayFunction · 0.45
string_as_arrayFunction · 0.45
frontMethod · 0.45
StripTrailingNewlineFunction · 0.45
RemoveExtraWhitespaceFunction · 0.45
ShellEscapeCommandLineFunction · 0.45
JoinCSVLineWithDelimiterFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected