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

Method num_buckets

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

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

Source from the content-addressed store, hash-verified

895 /// Returns the number of buckets
896 /// Thread-safe for read-only hash tables.
897 int64_t num_buckets() const { return num_buckets_; }
898
899 /// Returns the load factor (the number of non-empty buckets)
900 /// Thread-safe for read-only hash tables.

Callers 5

BuildHashTableMethod · 0.80
NullBuildRowTestMethod · 0.80
BasicTestMethod · 0.80
ScanTestMethod · 0.80
NextPartitionMethod · 0.80

Calls

no outgoing calls

Tested by 3

NullBuildRowTestMethod · 0.64
BasicTestMethod · 0.64
ScanTestMethod · 0.64