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

Method Finalize

be/src/exec/incr-stats-util.cc:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void PerColumnStats::Finalize() {
188 ndv_estimate = AggregateFunctions::HllFinalEstimate(
189 reinterpret_cast<const uint8_t*>(intermediate_ndv.data()));
190 avg_width = num_rows == 0 ? 0 : total_width / num_rows;
191}
192
193TColumnStats PerColumnStats::ToTColumnStats() const {
194 TColumnStats col_stats;

Callers 5

TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36