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

Function IsInvalidMinMax

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

Source from the content-addressed store, hash-verified

359// cannot drift from DefaultMin()/DefaultMax().
360template <typename T>
361bool IsInvalidMinMax(const T& min, const T& max) {
362 return max < min;
363}
364
365template <typename T>
366::arrow::enable_if_t<std::is_integral<T>::value, optional<std::pair<T, T>>>

Callers 2

CleanStatisticFunction · 0.85
CleanFloat16StatisticFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected