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

Method data

be/src/runtime/bufferpool/suballocator.h:173–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 ~Suballocation() { DCHECK(!in_use_); }
172
173 uint8_t* data() const { return data_; }
174 int64_t len() const { return len_; }
175
176 private:

Callers 14

TEST_FFunction · 0.45
AssertMemoryValidMethod · 0.45
FreeMethod · 0.45
TEST_FFunction · 0.45
GetSortedAddrsMethod · 0.45
TEST_FFunction · 0.45
SortCompareMethod · 0.45
WriteOrVerifyDataMethod · 0.45
TEST_FFunction · 0.45
TestBufferAllocationMethod · 0.45
TestQueryTeardownMethod · 0.45
TestWriteErrorMethod · 0.45

Calls

no outgoing calls

Tested by 11

TEST_FFunction · 0.36
AssertMemoryValidMethod · 0.36
TEST_FFunction · 0.36
GetSortedAddrsMethod · 0.36
TEST_FFunction · 0.36
WriteOrVerifyDataMethod · 0.36
TEST_FFunction · 0.36
TestBufferAllocationMethod · 0.36
TestQueryTeardownMethod · 0.36
TestWriteErrorMethod · 0.36