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

Method EncodeMax

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

Source from the content-addressed store, hash-verified

759 }
760
761 std::string EncodeMax() const override {
762 std::string s;
763 if (HasMinMax()) this->PlainEncode(max_, &s);
764 return s;
765 }
766
767 EncodedStatistics Encode() override {
768 EncodedStatistics s;

Callers 14

EncodeMethod · 0.95
TestMinMaxEncodeMethod · 0.80
TestResetMethod · 0.80
TestFullRoundtripMethod · 0.80
TestMinMaxEncodeMethod · 0.80
VerifyParquetStatsMethod · 0.80
AssertMinMaxAreFunction · 0.80
CheckMinMaxZeroesSignMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
JSONPrintMethod · 0.80
TEST_PFunction · 0.80

Calls 1

PlainEncodeMethod · 0.95

Tested by 11

TestMinMaxEncodeMethod · 0.64
TestResetMethod · 0.64
TestFullRoundtripMethod · 0.64
TestMinMaxEncodeMethod · 0.64
VerifyParquetStatsMethod · 0.64
AssertMinMaxAreFunction · 0.64
CheckMinMaxZeroesSignMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_PFunction · 0.64
TEST_PFunction · 0.64