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

Method max_key

be/src/kudu/util/cache-bench.cc:88–90  ·  view source on GitHub ↗

Return the maximum cache key to be generated for a lookup.

Source from the content-addressed store, hash-verified

86
87 // Return the maximum cache key to be generated for a lookup.
88 uint32_t max_key() const {
89 return static_cast<int64_t>(kCacheCapacity * dataset_cache_ratio) / kEntrySize;
90 }
91};
92
93class CacheBench : public KuduTest,

Callers 1

DoQueriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected