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

Function FindMinMax

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

Source from the content-addressed store, hash-verified

72}
73
74MinMax FindMinMax(const int16_t* levels, int64_t num_levels) {
75 static DynamicDispatch<MinMaxDynamicFunction> dispatch;
76 return dispatch.func(levels, num_levels);
77}
78
79} // namespace parquet::internal

Callers 1

DecodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected