pub(crate) fn max_page_statistics<'a, I>(
data_type: &DataType,
iterator: I,
physical_type: Option<Type>,
) -> Result<ArrayRef>
Expand description
Extracts the max statistics from an iterator
of parquet page ColumnIndexMetaData
’s to an [ArrayRef
]