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

Function CleanStatistic

cpp/src/parquet/statistics.cc:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333
334template <typename T>
335::arrow::enable_if_t<std::is_integral<T>::value, optional<std::pair<T, T>>>
336CleanStatistic(std::pair<T, T> min_max, LogicalType::Type::type) {
337 return min_max;
338}
339
340std::optional<std::pair<Int96, Int96>> CleanStatistic(std::pair<Int96, Int96> min_max,
341 LogicalType::Type::type) {

Callers 1

SetMinMaxPairMethod · 0.85

Calls 2

signbitFunction · 0.85
CleanFloat16StatisticFunction · 0.85

Tested by

no test coverage detected