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

Method ByteSize

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

Returns the number of bytes allocated to the hash table from the block manager.

Source from the content-addressed store, hash-verified

937
938 /// Returns the number of bytes allocated to the hash table from the block manager.
939 int64_t ByteSize() const {
940 return num_buckets_ * sizeof(Bucket) + total_data_page_size_;
941 }
942
943 /// Returns an iterator at the beginning of the hash table. Advancing this iterator
944 /// will traverse all elements.

Callers 3

SpillPartitionMethod · 0.45
SetupTestMethod · 0.45
SpillPartitionMethod · 0.45

Calls

no outgoing calls

Tested by 1

SetupTestMethod · 0.36