MCPcopy 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

BuildLookupTableFunction · 0.45
StripPrefixStringFunction · 0.45
TryStripPrefixStringFunction · 0.45
StripSuffixStringFunction · 0.45
TryStripSuffixStringFunction · 0.45
StripWhiteSpaceFunction · 0.45
strrmmFunction · 0.45
GenericFindFunction · 0.45
LengthMethod · 0.45
StringReplaceFunction · 0.45
GlobalReplaceSubstringFunction · 0.45
CountSubstringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected