Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
JSONPrint
Method · 0.80
TEST_P
Function · 0.80
Calls
1
PlainEncode
Method · 0.95
Tested by
11
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
TEST_P
Function · 0.64
TEST_P
Function · 0.64