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

Method tail

be/src/runtime/bufferpool/buffer-pool-internal.h:189–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188 bool Contains(Page* page) { return list_.Contains(page); }
189 Page* tail() { return list_.tail(); }
190 bool empty() const { return list_.empty(); }
191 int size() const { return list_.size(); }
192 int64_t bytes() const { return bytes_; }

Callers 1

WriteDirtyPagesAsyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected