Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
410
bool TDigest::is_empty() const {
411
return input_.size() == 0 && impl_->total_weight() == 0;
412
}
413
414
void TDigest::MergeInput() const {
415
if (input_.size() > 0) {
Callers
2
Finalize
Method · 0.45
Finalize
Method · 0.45
Calls
2
total_weight
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected