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

Method cbegin

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

Source from the content-addressed store, hash-verified

112 T* begin() const { return data_; }
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

Callers 15

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

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64