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

Method Reset

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

Source from the content-addressed store, hash-verified

365TDigest& TDigest::operator=(TDigest&&) = default;
366
367void TDigest::Reset() {
368 input_.resize(0);
369 impl_->Reset();
370}
371
372Status TDigest::Validate() const {
373 MergeInput();

Callers 3

ResetMethod · 0.45
MergeMethod · 0.45
MergeInputMethod · 0.45

Calls 1

resizeMethod · 0.80

Tested by

no test coverage detected