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.
fn convert_stats(
column_descr: &Arc<ColumnDescriptor>,
thrift_stats: Option<Statistics<'_>>,
) -> Result<Option<Statistics>>Create a crate::file::statistics::Statistics from a thrift Statistics object.