MCPcopy Create free account
hub / github.com/apache/arrow / is_empty

Method is_empty

cpp/src/arrow/util/tdigest.cc:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410bool TDigest::is_empty() const {
411 return input_.size() == 0 && impl_->total_weight() == 0;
412}
413
414void TDigest::MergeInput() const {
415 if (input_.size() > 0) {

Callers 2

FinalizeMethod · 0.45
FinalizeMethod · 0.45

Calls 2

total_weightMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected