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

Method HasMinMax

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

Source from the content-addressed store, hash-verified

676
677 bool HasDistinctCount() const override { return has_distinct_count_; };
678 bool HasMinMax() const override { return has_min_max_; }
679 bool HasNullCount() const override { return has_null_count_; };
680
681 void IncrementNullCount(int64_t n) override {

Callers 15

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

Calls

no outgoing calls

Tested by 10

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