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

Function FindMinMax

cpp/src/parquet/level_comparison.cc:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71MinMax FindMinMax(const int16_t* levels, int64_t num_levels) {
72 static DynamicDispatch<MinMaxDynamicFunction> dispatch;
73 return dispatch(levels, num_levels);
74}
75
76} // namespace parquet::internal

Callers 1

DecodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected