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

Method EmptyBuckets

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

Returns the number of empty buckets. Thread-safe for read-only hash tables.

Source from the content-addressed store, hash-verified

891 /// Returns the number of empty buckets.
892 /// Thread-safe for read-only hash tables.
893 int64_t EmptyBuckets() const { return num_buckets_ - num_filled_buckets_; }
894
895 /// Returns the number of buckets
896 /// Thread-safe for read-only hash tables.

Callers 4

BuildHashTableMethod · 0.80
NullBuildRowTestMethod · 0.80
InsertFullTestMethod · 0.80
GetMemoryBytesConsumedFunction · 0.80

Calls

no outgoing calls

Tested by 2

NullBuildRowTestMethod · 0.64
InsertFullTestMethod · 0.64