Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
template <typename DType>
Callers
1
max_latency
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected