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

Method HasMinMax

cpp/src/parquet/statistics.cc:646–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644
645 bool HasDistinctCount() const override { return has_distinct_count_; };
646 bool HasMinMax() const override { return has_min_max_; }
647 bool HasNullCount() const override { return has_null_count_; };
648
649 void IncrementNullCount(int64_t n) override {

Callers 14

TestResetMethod · 0.80
TestFullRoundtripMethod · 0.80
TestMergeMinMaxMethod · 0.80
AssertMinMaxAreFunction · 0.80
AssertUnsetMinMaxFunction · 0.80
CheckMinMaxZeroesSignMethod · 0.80
TESTFunction · 0.80
MergeMethod · 0.80
JSONPrintMethod · 0.80
TEST_PFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 9

TestResetMethod · 0.64
TestFullRoundtripMethod · 0.64
TestMergeMinMaxMethod · 0.64
AssertMinMaxAreFunction · 0.64
AssertUnsetMinMaxFunction · 0.64
CheckMinMaxZeroesSignMethod · 0.64
TESTFunction · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64