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

Method NumInsertsBeforeResize

be/src/exec/hash-table.inline.h:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425inline int64_t HashTable::NumInsertsBeforeResize() const {
426 return std::max<int64_t>(
427 0, static_cast<int64_t>(num_buckets_ * MAX_FILL_FACTOR) - num_filled_buckets_);
428}
429
430} // namespace impala
431

Callers 1

AddBatchStreamingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected