MCPcopy Create free account
hub / github.com/apache/impala / begin

Method begin

be/src/gutil/strings/stringpiece.h:266–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
265 typedef std::reverse_iterator<iterator> reverse_iterator;
266 iterator begin() const { return ptr_; }
267 iterator end() const { return ptr_ + length_; }
268 const_reverse_iterator rbegin() const {
269 return const_reverse_iterator(ptr_ + length_);

Callers 15

StrCatFunction · 0.45
StrCatNineOrMoreFunction · 0.45
StrAppendFunction · 0.45
EncodeVectorPODFunction · 0.45
StripBracketsFunction · 0.45
StripMarkupTagsFunction · 0.45
TrimRunsInStringFunction · 0.45
RemoveNullsInStringFunction · 0.45
JoinMapKeysAndValuesFunction · 0.45
JoinVectorKeysAndValuesFunction · 0.45
JoinCSVLineWithDelimiterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected