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

Method data

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

Source from the content-addressed store, hash-verified

104 size_t size() const { return size_; }
105 bool empty() const { return size_ == 0; }
106 T* data() const { return data_; }
107 T& operator[](size_t idx) const {
108 DCHECK_LT(idx, size_);
109 DCHECK(data_); // Follows from size_ > idx and the class invariant.

Callers 15

SpnegoStepFunction · 0.45
ContinueMethod · 0.45
FinishMethod · 0.45
VerifySignatureMethod · 0.45
MakeSignatureMethod · 0.45
DoNegotiationSideFunction · 0.45
WritevMethod · 0.45
ReadAndCompareMethod · 0.45
WriteMethod · 0.45
TEST_FFunction · 0.45
PushExtensionMethod · 0.45
DoReadFileToStringFunction · 0.45

Calls

no outgoing calls

Tested by 15

DoNegotiationSideFunction · 0.36
ReadAndCompareMethod · 0.36
WriteMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TestBitArrayValuesFunction · 0.36
ValidateRleFunction · 0.36
TEST_FFunction · 0.36
RunTestMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36