Skip to main content

nan_counts_page_statistics

Function nan_counts_page_statistics 

Source
pub(crate) fn nan_counts_page_statistics<'a, I>(
    iterator: I,
) -> Result<UInt64Array>
where I: Iterator<Item = (usize, &'a ColumnIndexMetaData)>,
Expand description

Extracts the NaN count statistics from an iterator of parquet page ColumnIndexMetaData’s to an [ArrayRef]

The returned Array is an [UInt64Array]