convert_stats

Function convert_stats 

Source
fn convert_stats(
    column_descr: &Arc<ColumnDescriptor>,
    thrift_stats: Option<Statistics<'_>>,
) -> Result<Option<Statistics>>
Expand description

Create a crate::file::statistics::Statistics from a thrift Statistics object.