pub(crate) fn from_thrift_page_stats(
physical_type: Type,
thrift_stats: Option<PageStatistics>,
) -> Result<Option<Statistics>>Expand description
Converts Thrift definition into Statistics.
pub(crate) fn from_thrift_page_stats(
physical_type: Type,
thrift_stats: Option<PageStatistics>,
) -> Result<Option<Statistics>>Converts Thrift definition into Statistics.