Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ MaxSize
Method
MaxSize
be/src/runtime/tuple-cache-mgr.h:125–125 ·
view source on GitHub ↗
Max size for a single cache entry.
Source
from the content-addressed store, hash-verified
123
124
/// Max size for a single cache entry.
125
int MaxSize() const { return cache_->MaxCharge(); }
126
127
/// For metrics increment.
128
void IncrementMetric(MetricType type) {
Callers
1
TEST_F
Function · 0.80
Calls
1
MaxCharge
Method · 0.80
Tested by
1
TEST_F
Function · 0.64