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

Method EncodeMax

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

Source from the content-addressed store, hash-verified

791 }
792
793 std::string EncodeMax() const override {
794 std::string s;
795 if (HasMinMax()) this->PlainEncode(max_, &s);
796 return s;
797 }
798
799 EncodedStatistics Encode() override {
800 EncodedStatistics s;

Callers 15

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
AssertColumnChunkMinMaxFunction · 0.80
JSONPrintMethod · 0.80

Calls 1

PlainEncodeMethod · 0.95

Tested by 12

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
AssertColumnChunkMinMaxFunction · 0.64
TEST_PFunction · 0.64
TEST_PFunction · 0.64