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

Method Max

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

Source from the content-addressed store, hash-verified

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; }
124};
125
126template <typename DType>

Callers 1

max_latencyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected