Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ min_buffer_len
Method
min_buffer_len
be/src/runtime/bufferpool/buffer-pool.cc:379–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
377
}
378
379
int64_t BufferPool::ClientHandle::min_buffer_len() const {
380
return impl_->min_buffer_len();
381
}
382
383
bool BufferPool::ClientHandle::has_unpinned_pages() const {
384
return impl_->has_unpinned_pages();
Callers
4
ClaimBufferReservation
Method · 0.45
AllocateBuffer
Method · 0.45
TestRandomInternalImpl
Method · 0.45
AllocateBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestRandomInternalImpl
Method · 0.36