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

Method cend

be/src/kudu/util/array_view.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 T* end() const { return data_ + size_; }
114 const T* cbegin() const { return data_; }
115 const T* cend() const { return data_ + size_; }
116
117 // Comparing two ArrayViews compares their (pointer,size) pairs; it does
118 // *not* dereference the pointers.

Callers 15

FindContainingPointMethod · 0.80
CollectRegexMatchesFunction · 0.80
FetchAllRowsHS2Method · 0.80
TESTFunction · 0.80
MaterializeNextTupleMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64