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

Function CleanStatistic

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

Source from the content-addressed store, hash-verified

364
365template <typename T>
366::arrow::enable_if_t<std::is_integral<T>::value, optional<std::pair<T, T>>>
367CleanStatistic(std::pair<T, T> min_max, LogicalType::Type::type) {
368 return min_max;
369}
370
371std::optional<std::pair<Int96, Int96>> CleanStatistic(std::pair<Int96, Int96> min_max,
372 LogicalType::Type::type) {

Callers 1

SetMinMaxPairMethod · 0.85

Calls 3

IsInvalidMinMaxFunction · 0.85
signbitFunction · 0.85
CleanFloat16StatisticFunction · 0.85

Tested by

no test coverage detected