Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Encode
Method · 0.95
TestMinMaxEncode
Method · 0.80
TestReset
Method · 0.80
TestFullRoundtrip
Method · 0.80
TestMinMaxEncode
Method · 0.80
VerifyParquetStats
Method · 0.80
AssertMinMaxAre
Function · 0.80
CheckMinMaxZeroesSign
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
AssertColumnChunkMinMax
Function · 0.80
JSONPrint
Method · 0.80
Calls
1
PlainEncode
Method · 0.95
Tested by
12
TestMinMaxEncode
Method · 0.64
TestReset
Method · 0.64
TestFullRoundtrip
Method · 0.64
TestMinMaxEncode
Method · 0.64
VerifyParquetStats
Method · 0.64
AssertMinMaxAre
Function · 0.64
CheckMinMaxZeroesSign
Method · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
AssertColumnChunkMinMax
Function · 0.64
TEST_P
Function · 0.64
TEST_P
Function · 0.64