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

Method len

be/src/runtime/bufferpool/buffer-pool.cc:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92int64_t BufferPool::PageHandle::len() const {
93 DCHECK(is_open());
94 return page_->len; // Does not require locking.
95}
96
97Status BufferPool::PageHandle::GetBuffer(const BufferHandle** buffer) const {
98 DCHECK(is_open());

Callers 15

ValidateStringFunction · 0.45
AddBufferMethod · 0.45
WriteMethod · 0.45
ReadAsyncMethod · 0.45
WaitForAsyncReadMethod · 0.45
RestoreDataMethod · 0.45
on_disk_lenMethod · 0.45
TryCompressMethod · 0.45
EncryptAndHashMethod · 0.45
CheckHashAndDecryptMethod · 0.45
DebugStringMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 9

ValidateStringFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
AssertMemoryValidMethod · 0.36
TEST_FFunction · 0.36
WriteOrVerifyDataMethod · 0.36
TEST_FFunction · 0.36
TestBufferAllocationMethod · 0.36