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

Method Compare

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

Source from the content-addressed store, hash-verified

118 }
119
120 static inline bool Compare(int type_length, const T& a, const T& b) { return a < b; }
121
122 static T Min(int type_length, T a, T b) { return a < b ? a : b; }
123 static T Max(int type_length, T a, T b) { return a < b ? b : a; }

Callers 5

ReadAndCompareMethod · 0.45
ReadAndCompareMethod · 0.45
TESTFunction · 0.45
SetMinMaxPairMethod · 0.45

Calls

no outgoing calls

Tested by 3

ReadAndCompareMethod · 0.36
ReadAndCompareMethod · 0.36
TESTFunction · 0.36