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

Method EstimatedInMemSize

be/src/exec/partitioned-hash-join-builder.cc:1179–1181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177}
1178
1179int64_t PhjBuilderPartition::EstimatedInMemSize() const {
1180 return build_rows_->byte_size() + HashTable::EstimateSize(build_rows_->num_rows());
1181}
1182
1183void PhjBuilderPartition::Close(RowBatch* batch) {
1184 if (IsClosed()) return;

Callers

nothing calls this directly

Calls 3

EstimateSizeFunction · 0.85
byte_sizeMethod · 0.45
num_rowsMethod · 0.45

Tested by

no test coverage detected